Blossom Serenade Color Palette

Discover the beautiful Blossom Serenade color palette featuring pink (#ffb3c3), wild watermelon (#ff6183), saffron (#f6d12c), blumine (#1d4b8c) and havelock blue (#4b91e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Red, Yellow, Blue, Aqua, Vibrant, Bright, Summer, Fun 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: #ffb3c3;
}
.color-2 {
color: #ff6183;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #1d4b8c;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ffb3c3;
--color-2: #ff6183;
--color-3: #f6d12c;
--color-4: #1d4b8c;
--color-5: #4b91e2;
}

🌈 Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c3, #ff6183, #f6d12c, #1d4b8c, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c3, #ff6183, #f6d12c, #1d4b8c, #4b91e2);
}

Blossom Serenade color palette created on .