Paleta de colores Muted Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Serenity palette
CSS de la paleta de colores Muted Serenity
/* 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;
}
CSS del degradado de fondo Muted Serenity
/* 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);
}
Paletas de colores similares
Muted Serenity color palette created on .