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: #3b5e8c;
}
.color-2 {
color: #69b1c3;
}
.color-3 {
color: #8cd2f2;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f86d6d;
}
/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #69b1c3;
--color-3: #8cd2f2;
--color-4: #f6c5a2;
--color-5: #f86d6d;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #69b1c3, #8cd2f2, #f6c5a2, #f86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #69b1c3, #8cd2f2, #f6c5a2, #f86d6d);
}
Paletas de colores similares
Whispers of Dawn color palette created on .