Paleta de colores Sunny Citrus Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Citrus Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Sunny Citrus Burst

/* CSS */
.color-1 {
color: #ffd54d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8c2e;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ffd54d;
--color-2: #ffb84d;
--color-3: #ff8c2e;
--color-4: #ff6d1f;
--color-5: #ff5e00;
}

CSS del degradado de fondo Sunny Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd54d, #ffb84d, #ff8c2e, #ff6d1f, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd54d, #ffb84d, #ff8c2e, #ff6d1f, #ff5e00);
}

Sunny Citrus Burst color palette created on .