Muted Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Serenity palette

Share this palette to:

Muted Serenity color palette CSS

/* CSS */
.color-1 {
color: #aac0b5;
}
.color-2 {
color: #4e7e7e;
}
.color-3 {
color: #3b5454;
}
.color-4 {
color: #1d3f3f;
}
.color-5 {
color: #0d2b2b;
}

/* CSS Variables */
:root {
--color-1: #aac0b5;
--color-2: #4e7e7e;
--color-3: #3b5454;
--color-4: #1d3f3f;
--color-5: #0d2b2b;
}

Muted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac0b5, #4e7e7e, #3b5454, #1d3f3f, #0d2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac0b5, #4e7e7e, #3b5454, #1d3f3f, #0d2b2b);
}

Muted Serenity color palette created on .