Paleta de colores Sunshine Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Symphony palette

Compartir esta paleta en:

CSS de la paleta de colores Sunshine Symphony

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #d6e600;
}
.color-4 {
color: #9de600;
}
.color-5 {
color: #5cd7f0;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5c400;
--color-3: #d6e600;
--color-4: #9de600;
--color-5: #5cd7f0;
}

CSS del degradado de fondo Sunshine Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5c400, #d6e600, #9de600, #5cd7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5c400, #d6e600, #9de600, #5cd7f0);
}

Sunshine Symphony color palette created on .