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