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