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: #f6a523;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f5d870;
}
.color-4 {
color: #f29d91;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #f6a523;
--color-2: #e9b79f;
--color-3: #f5d870;
--color-4: #f29d91;
--color-5: #ff6b6b;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a523, #e9b79f, #f5d870, #f29d91, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a523, #e9b79f, #f5d870, #f29d91, #ff6b6b);
}

Sunset Serenade color palette created on .