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