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