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: #a6a6a6;
}
.color-2 {
color: #054c70;
}
.color-3 {
color: #e08a96;
}
.color-4 {
color: #f5f4f5;
}
.color-5 {
color: #a2535e;
}

/* CSS Variables */
:root {
--color-1: #a6a6a6;
--color-2: #054c70;
--color-3: #e08a96;
--color-4: #f5f4f5;
--color-5: #a2535e;
}

Muted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a6a6, #054c70, #e08a96, #f5f4f5, #a2535e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a6a6, #054c70, #e08a96, #f5f4f5, #a2535e);
}

Muted Serenity color palette created on .