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: #ad8800;
}
.color-2 {
color: #dc4141;
}
.color-3 {
color: #cda618;
}
.color-4 {
color: #be780e;
}
.color-5 {
color: #cd8518;
}

/* CSS Variables */
:root {
--color-1: #ad8800;
--color-2: #dc4141;
--color-3: #cda618;
--color-4: #be780e;
--color-5: #cd8518;
}

CSS del degradado de fondo Sunshine Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad8800, #dc4141, #cda618, #be780e, #cd8518);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad8800, #dc4141, #cda618, #be780e, #cd8518);
}

Sunshine Serenade color palette created on .