Paleta de colores Sunset Citrus Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Citrus Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Citrus Burst

/* CSS */
.color-1 {
color: #ffd24d;
}
.color-2 {
color: #ffcb3d;
}
.color-3 {
color: #ffaf2e;
}
.color-4 {
color: #ff9c24;
}
.color-5 {
color: #ff8c1a;
}

/* CSS Variables */
:root {
--color-1: #ffd24d;
--color-2: #ffcb3d;
--color-3: #ffaf2e;
--color-4: #ff9c24;
--color-5: #ff8c1a;
}

CSS del degradado de fondo Sunset Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd24d, #ffcb3d, #ffaf2e, #ff9c24, #ff8c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd24d, #ffcb3d, #ffaf2e, #ff9c24, #ff8c1a);
}

Sunset Citrus Burst color palette created on .