Spectrum of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spectrum of Serenity palette

Share this palette to:

Spectrum of Serenity color palette CSS

/* CSS */
.color-1 {
color: #a6d8d0;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #a6d8d0;
--color-2: #ffb3b3;
--color-3: #ffd900;
--color-4: #ff6e61;
--color-5: #8a2ce2;
}

Spectrum of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d0, #ffb3b3, #ffd900, #ff6e61, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d0, #ffb3b3, #ffd900, #ff6e61, #8a2ce2);
}

Spectrum of Serenity color palette created on .