Serenity Spectrum Color Palette
Discover the beautiful Serenity Spectrum color palette featuring padua (#aae4d1), fountain blue (#69c3b3), chateau green (#3ea34f), ronchi (#f1b74b) and flamingo (#e9572b).
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 Serenity Spectrum palette
💻 Serenity Spectrum color palette CSS
/* CSS */
.color-1 {
color: #aae4d1;
}
.color-2 {
color: #69c3b3;
}
.color-3 {
color: #3ea34f;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e9572b;
}
/* CSS Variables */
:root {
--color-1: #aae4d1;
--color-2: #69c3b3;
--color-3: #3ea34f;
--color-4: #f1b74b;
--color-5: #e9572b;
}
🌈 Serenity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aae4d1, #69c3b3, #3ea34f, #f1b74b, #e9572b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aae4d1, #69c3b3, #3ea34f, #f1b74b, #e9572b);
}
🔗 Explore similar color palettes
Serenity Spectrum color palette created on .