Whispers of Spring Color Palette
Discover the beautiful Whispers of Spring color palette featuring chrome white (#e8f1d5), tea green (#c6e9af), moss green (#a1d4a7), sandwisp (#f5e0a3) and manhattan (#f3b7a0).
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 Whispers of Spring palette
💻 Whispers of Spring color palette CSS
/* CSS */
.color-1 {
color: #e8f1d5;
}
.color-2 {
color: #c6e9af;
}
.color-3 {
color: #a1d4a7;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--color-1: #e8f1d5;
--color-2: #c6e9af;
--color-3: #a1d4a7;
--color-4: #f5e0a3;
--color-5: #f3b7a0;
} 🌈 Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1d5, #c6e9af, #a1d4a7, #f5e0a3, #f3b7a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1d5, #c6e9af, #a1d4a7, #f5e0a3, #f3b7a0);
} 🔗 Explore similar color palettes
Whispers of Spring color palette created on .