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