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: #f9d66c;
}
.color-2 {
color: #f17e3b;
}
.color-3 {
color: #f25840;
}
.color-4 {
color: #d63d40;
}
.color-5 {
color: #4a2e4d;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f17e3b;
--color-3: #f25840;
--color-4: #d63d40;
--color-5: #4a2e4d;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f17e3b, #f25840, #d63d40, #4a2e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f17e3b, #f25840, #d63d40, #4a2e4d);
}

Sunset Serenade color palette created on .