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