Citrus Sunrise

$95.00

Description

Description:
Citrus Sunrise is a refreshing celebration of bold color and cheerful energy. Featuring sunny yellow spray roses, tangerine orange roses, soft ivory hydrangeas, vibrant dyed blue carnations, and bright yellow button mums, this arrangement bursts with joy and optimism. A touch of verdant greenery adds balance and natural charm. Designed in a textured white ceramic vase, it brings an uplifting splash of color to any room—perfect for birthdays, congratulations, or simply brightening someone’s day.

Color palette:
Yellow, orange, ivory, vibrant blue, green

Vase:
Textured white ceramic vase with a ridged design

Style:
Cheerful, structured, bold color statement

Notes:
Please note that flowers and vase may vary based on seasonal availability, but the overall style, size, and color palette will remain consistent.

Reviews

There are no reviews yet.

Be the first to review “Citrus Sunrise”

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { const toggle = document.getElementById("lamourMobileMenuToggle"); const menu = document.getElementById("lamourMobileMenu"); if (!toggle || !menu) { console.log("Menu or toggle not found"); return; } // Initially hide menu on mobile only if (window.innerWidth < 768) { menu.style.display = "none"; } toggle.addEventListener("click", function () { if (menu.style.display === "block") { // Close menu.style.opacity = "0"; setTimeout(() => { menu.style.display = "none"; }, 250); } else { // Open menu.style.display = "block"; menu.style.opacity = "1"; } }); });