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: #f9e8d7;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3a953;
}
.color-4 {
color: #f08400;
}
.color-5 {
color: #e66f00;
}
/* CSS Variables */
:root {
--color-1: #f9e8d7;
--color-2: #f1c84b;
--color-3: #f3a953;
--color-4: #f08400;
--color-5: #e66f00;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e8d7, #f1c84b, #f3a953, #f08400, #e66f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e8d7, #f1c84b, #f3a953, #f08400, #e66f00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Whispers of Dawn color palette created on .