Spring Serenade Color Palette

Discover the beautiful Spring Serenade color palette featuring azalea (#f5b7c4), givry (#f7eab6), sinbad (#a4d5d1), acapulco (#77b6a7) and east bay (#394c79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpring, Pink, Teal, Bright, Aesthetic 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 Spring Serenade palette

Share this palette to:

💻 Spring Serenade color palette CSS

/* CSS */
.color-1 {
color: #f5b7c4;
}
.color-2 {
color: #f7eab6;
}
.color-3 {
color: #a4d5d1;
}
.color-4 {
color: #77b6a7;
}
.color-5 {
color: #394c79;
}

/* CSS Variables */
:root {
--color-1: #f5b7c4;
--color-2: #f7eab6;
--color-3: #a4d5d1;
--color-4: #77b6a7;
--color-5: #394c79;
}

🌈 Spring Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7c4, #f7eab6, #a4d5d1, #77b6a7, #394c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7c4, #f7eab6, #a4d5d1, #77b6a7, #394c79);
}

Spring Serenade color palette created on .