Paleta de colores Sunshine Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Sunshine Burst

/* CSS */
.color-1 {
color: #f8de5d;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #e8a33b;
}
.color-4 {
color: #d88e2c;
}
.color-5 {
color: #c67b24;
}

/* CSS Variables */
:root {
--color-1: #f8de5d;
--color-2: #f2b950;
--color-3: #e8a33b;
--color-4: #d88e2c;
--color-5: #c67b24;
}

CSS del degradado de fondo Sunshine Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8de5d, #f2b950, #e8a33b, #d88e2c, #c67b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8de5d, #f2b950, #e8a33b, #d88e2c, #c67b24);
}

Sunshine Burst color palette created on .