Serene Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Spectrum palette

Share this palette to:

Serene Spectrum color palette CSS

/* CSS */
.color-1 {
color: #4ccfe1;
}
.color-2 {
color: #6cc1da;
}
.color-3 {
color: #8e9cd2;
}
.color-4 {
color: #b690d5;
}
.color-5 {
color: #d18bd5;
}

/* CSS Variables */
:root {
--color-1: #4ccfe1;
--color-2: #6cc1da;
--color-3: #8e9cd2;
--color-4: #b690d5;
--color-5: #d18bd5;
}

Serene Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ccfe1, #6cc1da, #8e9cd2, #b690d5, #d18bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ccfe1, #6cc1da, #8e9cd2, #b690d5, #d18bd5);
}

Serene Spectrum color palette created on .