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: #f9d55d;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #f76c26;
}
.color-4 {
color: #e84f30;
}
.color-5 {
color: #d6383d;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f9a12f;
--color-3: #f76c26;
--color-4: #e84f30;
--color-5: #d6383d;
}

CSS del degradado de fondo Sunny Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}

Sunny Citrus Burst color palette created on .