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: #4b8abe;
}
.color-2 {
color: #a4d1e5;
}
.color-3 {
color: #f5b400;
}
.color-4 {
color: #c4d600;
}
.color-5 {
color: #d95c36;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #a4d1e5;
--color-3: #f5b400;
--color-4: #c4d600;
--color-5: #d95c36;
}

Serene Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #a4d1e5, #f5b400, #c4d600, #d95c36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #a4d1e5, #f5b400, #c4d600, #d95c36);
}

Serene Spectrum color palette created on .