Serenity in Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Shades palette

Share this palette to:

Serenity in Shades color palette CSS

/* CSS */
.color-1 {
color: #e1e7ef;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #88abf1;
}
.color-4 {
color: #868a8d;
}
.color-5 {
color: #437aef;
}

/* CSS Variables */
:root {
--color-1: #e1e7ef;
--color-2: #b5b5b5;
--color-3: #88abf1;
--color-4: #868a8d;
--color-5: #437aef;
}

Serenity in Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Serenity in Shades color palette created on .