Paleta de colores Citrus Celebration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Citrus Celebration palette
CSS de la paleta de colores Citrus Celebration
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #ffe1a8;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa04d;
--color-3: #ffb86b;
--color-4: #ffe1a8;
--color-5: #fff5e0;
}
CSS del degradado de fondo Citrus Celebration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa04d, #ffb86b, #ffe1a8, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa04d, #ffb86b, #ffe1a8, #fff5e0);
}
Paletas de colores similares
Citrus Celebration color palette created on .