Paleta de colores Burning Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Burning Sunset palette
Imagen PNG de la paleta de colores Burning Sunset
CSS de la paleta de colores Burning Sunset
/* CSS */
.color-1 {
color: #ff7033;
}
.color-2 {
color: #ff9933;
}
.color-3 {
color: #ffc233;
}
.color-4 {
color: #ffd633;
}
.color-5 {
color: #ffeb33;
}
/* CSS Variables */
:root {
--color-1: #ff7033;
--color-2: #ff9933;
--color-3: #ffc233;
--color-4: #ffd633;
--color-5: #ffeb33;
}
CSS del degradado de fondo Burning Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7033, #ff9933, #ffc233, #ffd633, #ffeb33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7033, #ff9933, #ffc233, #ffd633, #ffeb33);
}
Paletas de colores similares
Burning Sunset color palette created on .