Whimsical Floral Serenade Color Palette

Discover the beautiful Whimsical Floral Serenade color palette featuring chinook (#a8e1b7), prelude (#d3c2e0), illusion (#f4b3c4), cream brulee (#ffe5a3) and coral (#ff8b42).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pastel, Pink, Soft, Spring color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Whimsical Floral Serenade palette

Share this palette to:

💻 Whimsical Floral Serenade color palette CSS

/* CSS */
.color-1 {
color: #a8e1b7;
}
.color-2 {
color: #d3c2e0;
}
.color-3 {
color: #f4b3c4;
}
.color-4 {
color: #ffe5a3;
}
.color-5 {
color: #ff8b42;
}

/* CSS Variables */
:root {
--color-1: #a8e1b7;
--color-2: #d3c2e0;
--color-3: #f4b3c4;
--color-4: #ffe5a3;
--color-5: #ff8b42;
}

🌈 Whimsical Floral Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1b7, #d3c2e0, #f4b3c4, #ffe5a3, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1b7, #d3c2e0, #f4b3c4, #ffe5a3, #ff8b42);
}

Whimsical Floral Serenade color palette created on .