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