Serenity Spectrum Color Palette
Discover the beautiful Serenity Spectrum color palette featuring feijoa (#a5d86e), new orleans (#f2e0a1), manhattan (#f4b79f), light orchid (#e1a3c5) and periwinkle gray (#b6c8e2).
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: #a5d86e;
}
.color-2 {
color: #f2e0a1;
}
.color-3 {
color: #f4b79f;
}
.color-4 {
color: #e1a3c5;
}
.color-5 {
color: #b6c8e2;
}
/* CSS Variables */
:root {
--color-1: #a5d86e;
--color-2: #f2e0a1;
--color-3: #f4b79f;
--color-4: #e1a3c5;
--color-5: #b6c8e2;
} 🌈 Serenity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d86e, #f2e0a1, #f4b79f, #e1a3c5, #b6c8e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d86e, #f2e0a1, #f4b79f, #e1a3c5, #b6c8e2);
} 🔗 Explore similar color palettes
Serenity Spectrum color palette created on .