Spring Blue Breeze Color Palette
Discover the beautiful Spring Blue Breeze color palette featuring saffron (#f6cb3c), granny smith apple (#b1e09f), seagull (#78c1e3), east side (#b27ccb) and froly (#f77878).
Brightness
Saturation
Warmth
💡 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 Blue Breeze palette
💻 Spring Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #f6cb3c;
}
.color-2 {
color: #b1e09f;
}
.color-3 {
color: #78c1e3;
}
.color-4 {
color: #b27ccb;
}
.color-5 {
color: #f77878;
}
/* CSS Variables */
:root {
--color-1: #f6cb3c;
--color-2: #b1e09f;
--color-3: #78c1e3;
--color-4: #b27ccb;
--color-5: #f77878;
} 🌈 Spring Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cb3c, #b1e09f, #78c1e3, #b27ccb, #f77878);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cb3c, #b1e09f, #78c1e3, #b27ccb, #f77878);
} 🔗 Explore similar color palettes
Spring Blue Breeze color palette created on .