TOML

Birth Flowers by Month - TOML

Birth flowers are flowers associated with the month or day of one's birth. Each month has a representative flower with its own unique meaning. Flowers have long been used as a means of conveying human emotions and thoughts. By giving birth flowers, you can express special feelings and blessings to the recipient.

birth flowers flower meanings flower gifts birthday flowers plants
[[items]]
code = "01"
slug = "january-tulip"
name = "Tulip"
description = "The birth flower for January. A bulbous flower that heralds the arrival of spring."
flowerLanguage = "[\"Compassion\",\"Fame\",\"Declaration of Love\"]"
month = "January"

[[items]]
code = "02"
slug = "february-anemone"
name = "Anemone"
description = "The birth flower for February. A gorgeous flower that blooms while waiting for spring."
flowerLanguage = "[\"Fleeting Love\",\"I Love You\",\"Hope for Tomorrow\"]"
month = "February"

[[items]]
code = "03"
slug = "march-ranunculus"
name = "Ranunculus"
description = "The birth flower for March. A flower with charming frill-like petals."
flowerLanguage = "[\"Radiant Charm\",\"Charming\",\"Honor\",\"Radiating Brilliance\"]"
month = "March"

[[items]]
code = "04"
slug = "april-gerbera"
name = "Gerbera"
description = "The birth flower for April. A flower with a cheerful and bright atmosphere."
flowerLanguage = "[\"Hope\",\"Forward-looking\",\"Always Moving Forward\",\"Beauty\"]"
month = "April"

[[items]]
code = "05"
slug = "may-peony"
name = "Peony"
description = "The birth flower for May. In Japan, it is synonymous with beauty."
flowerLanguage = "[\"Bashfulness\",\"Modesty\",\"Purity\",\"Dignity\"]"
month = "May"

[[items]]
code = "06"
slug = "june-lisianthus"
name = "Lisianthus"
description = "The birth flower for June. Blooms beautiful frilled double flowers."
flowerLanguage = "[\"Refreshing Beauty\",\"Elegance\",\"Hope\"]"
month = "June"

[[items]]
code = "07"
slug = "july-sunflower"
name = "Sunflower"
description = "The birth flower for July. Blooms bright, large flowers like the sun."
flowerLanguage = "[\"I Only Have Eyes for You\",\"Adoration\",\"Affection\"]"
month = "July"

[[items]]
code = "08"
slug = "august-anthurium"
name = "Anthurium"
description = "The birth flower for August. A tropical flower with characteristic heart-shaped petals."
flowerLanguage = "[\"A Heart Tormented by Love\",\"Worldly Desires\"]"
month = "August"

[[items]]
code = "09"
slug = "september-dahlia"
name = "Dahlia"
description = "The birth flower for September. A flower with gorgeous and diverse forms."
flowerLanguage = "[\"Splendor\",\"Dignity\",\"Elegance\"]"
month = "September"

[[items]]
code = "10"
slug = "october-callalily"
name = "Calla Lily"
description = "The birth flower for October. A flower with a modest and graceful appearance."
flowerLanguage = "[\"Maidenly Modesty\",\"Purity\",\"Splendid Beauty\"]"
month = "October"

[[items]]
code = "11"
slug = "november-casablanca"
name = "Casablanca Lily"
description = "The birth flower for November. A type of lily with a noble and elegant fragrance."
flowerLanguage = "[\"Purity\",\"Dignity\"]"
month = "November"

[[items]]
code = "12"
slug = "december-rose"
name = "Rose"
description = "The birth flower for December. The queen of flowers loved around the world."
flowerLanguage = "[\"I Love You\",\"Chastity\",\"Passionate Love\"]"
month = "December"