Paleta de colores Citrus Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Citrus Glow palette
CSS de la paleta de colores Citrus Glow
/* CSS */
.color-1 {
color: #ff7e29;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe38f;
}
.color-4 {
color: #fff6b3;
}
.color-5 {
color: #ffd54d;
}
/* CSS Variables */
:root {
--color-1: #ff7e29;
--color-2: #ffb84d;
--color-3: #ffe38f;
--color-4: #fff6b3;
--color-5: #ffd54d;
}
CSS del degradado de fondo Citrus Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e29, #ffb84d, #ffe38f, #fff6b3, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e29, #ffb84d, #ffe38f, #fff6b3, #ffd54d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Citrus Glow color palette created on .