Blossom Serenade Color Palette

Discover the beautiful Blossom Serenade color palette featuring celadon (#a8e1b2), sundown (#ffb3b3), manhattan (#f5d38e), bittersweet (#ff6e61) and affair (#7b4c9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, 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 Blossom Serenade palette

Share this palette to:

💻 Blossom Serenade color palette CSS

/* CSS */
.color-1 {
color: #a8e1b2;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #f5d38e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #7b4c9a;
}

/* CSS Variables */
:root {
--color-1: #a8e1b2;
--color-2: #ffb3b3;
--color-3: #f5d38e;
--color-4: #ff6e61;
--color-5: #7b4c9a;
}

🌈 Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1b2, #ffb3b3, #f5d38e, #ff6e61, #7b4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1b2, #ffb3b3, #f5d38e, #ff6e61, #7b4c9a);
}

Blossom Serenade color palette created on .