Paleta de colores Sunset Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Serenade

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #edb482;
}
.color-3 {
color: #ddb16e;
}
.color-4 {
color: #ceab55;
}
.color-5 {
color: #b4883c;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #edb482;
--color-3: #ddb16e;
--color-4: #ceab55;
--color-5: #b4883c;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #edb482, #ddb16e, #ceab55, #b4883c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #edb482, #ddb16e, #ceab55, #b4883c);
}

Sunset Serenade color palette created on .