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