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