Paleta de colores Frosted Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Frosted Serenity palette
CSS de la paleta de colores Frosted Serenity
/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #b5e4e8;
}
.color-3 {
color: #a5d9d2;
}
.color-4 {
color: #c2e5d6;
}
.color-5 {
color: #dff1f1;
}
/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #b5e4e8;
--color-3: #a5d9d2;
--color-4: #c2e5d6;
--color-5: #dff1f1;
}
CSS del degradado de fondo Frosted Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #b5e4e8, #a5d9d2, #c2e5d6, #dff1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #b5e4e8, #a5d9d2, #c2e5d6, #dff1f1);
}
Paletas de colores similares
Frosted Serenity color palette created on .