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