Muted Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Serenity palette
Muted Serenity color palette CSS
/* CSS */
.color-1 {
color: #7b8c8e;
}
.color-2 {
color: #a9b7b7;
}
.color-3 {
color: #d2dada;
}
.color-4 {
color: #e3b5b5;
}
.color-5 {
color: #e3a1a1;
}
/* CSS Variables */
:root {
--color-1: #7b8c8e;
--color-2: #a9b7b7;
--color-3: #d2dada;
--color-4: #e3b5b5;
--color-5: #e3a1a1;
}
Muted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8c8e, #a9b7b7, #d2dada, #e3b5b5, #e3a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8c8e, #a9b7b7, #d2dada, #e3b5b5, #e3a1a1);
}
Similar color palettes
Muted Serenity color palette created on .