Paleta de colores Whispers of Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
Image Gallery

CSS de la paleta de colores Whispers of Dawn
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e1dbdb;
}
.color-3 {
color: #eab3ca;
}
.color-4 {
color: #eec944;
}
.color-5 {
color: #c6c2be;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e1dbdb;
--color-3: #eab3ca;
--color-4: #eec944;
--color-5: #c6c2be;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}
Paletas de colores similares
Whispers of Dawn color palette created on .