Paleta de colores Whispers of Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
CSS de la paleta de colores Whispers of Dawn
/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4a4c4;
}
.color-3 {
color: #f39b9c;
}
.color-4 {
color: #f2a76e;
}
.color-5 {
color: #f2d79c;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4c4;
--color-3: #f39b9c;
--color-4: #f2a76e;
--color-5: #f2d79c;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Suave
Whispers of Dawn color palette created on .