Shadows of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadows of Serenity palette

Share this palette to:

Shadows of Serenity color palette CSS

/* CSS */
.color-1 {
color: #eceeee;
}
.color-2 {
color: #b7b8b8;
}
.color-3 {
color: #8a8f8a;
}
.color-4 {
color: #565a67;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #eceeee;
--color-2: #b7b8b8;
--color-3: #8a8f8a;
--color-4: #565a67;
--color-5: #000000;
}

Shadows of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eceeee, #b7b8b8, #8a8f8a, #565a67, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eceeee, #b7b8b8, #8a8f8a, #565a67, #000000);
}

Similar color palettes

Scroll down to explore 2 Light gray color palettes

Shadows of Serenity color palette created on .