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: #e7b1c5;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #e7b1c5;
--color-2: #f5b8b2;
--color-3: #f9e79f;
--color-4: #f4cf3e;
--color-5: #f39c12;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1c5, #f5b8b2, #f9e79f, #f4cf3e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1c5, #f5b8b2, #f9e79f, #f4cf3e, #f39c12);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Estético
Whispers of Dawn color palette created on .