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