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