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: #ffbb00;
}
.color-2 {
color: #ffd000;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #fff700;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd000;
--color-3: #ffdd00;
--color-4: #ffe500;
--color-5: #fff700;
}

CSS del degradado de fondo Sunshine Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd000, #ffdd00, #ffe500, #fff700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd000, #ffdd00, #ffe500, #fff700);
}

Sunshine Serenade color palette created on .