Paleta de colores Sunshine Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sunshine Serenade

/* CSS */
.color-1 {
color: #fff157;
}
.color-2 {
color: #f6df60;
}
.color-3 {
color: #f2d750;
}
.color-4 {
color: #e1c34c;
}
.color-5 {
color: #d5b34d;
}

/* CSS Variables */
:root {
--color-1: #fff157;
--color-2: #f6df60;
--color-3: #f2d750;
--color-4: #e1c34c;
--color-5: #d5b34d;
}

CSS del degradado de fondo Sunshine Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff157, #f6df60, #f2d750, #e1c34c, #d5b34d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff157, #f6df60, #f2d750, #e1c34c, #d5b34d);
}

Sunshine Serenade color palette created on .