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