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