Floral Serenade Color Palette

Discover the beautiful Floral Serenade color palette featuring illusion (#f5a3b8), zombie (#e2e59e), flesh (#ffd3a3), wewak (#f1a8a2) and charm (#d25b85).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Fun, Pink, Yellow 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 Floral Serenade palette

Share this palette to:

💻 Floral Serenade color palette CSS

/* CSS */
.color-1 {
color: #f5a3b8;
}
.color-2 {
color: #e2e59e;
}
.color-3 {
color: #ffd3a3;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #d25b85;
}

/* CSS Variables */
:root {
--color-1: #f5a3b8;
--color-2: #e2e59e;
--color-3: #ffd3a3;
--color-4: #f1a8a2;
--color-5: #d25b85;
}

🌈 Floral Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3b8, #e2e59e, #ffd3a3, #f1a8a2, #d25b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3b8, #e2e59e, #ffd3a3, #f1a8a2, #d25b85);
}

Floral Serenade color palette created on .