Paleta de colores Serenade of Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenade of Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Serenade of Shadows

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8d39b;
}
.color-3 {
color: #8b96c1;
}
.color-4 {
color: #3b5b9b;
}
.color-5 {
color: #a52c5c;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8d39b;
--color-3: #8b96c1;
--color-4: #3b5b9b;
--color-5: #a52c5c;
}

CSS del degradado de fondo Serenade of Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8d39b, #8b96c1, #3b5b9b, #a52c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8d39b, #8b96c1, #3b5b9b, #a52c5c);
}

Serenade of Shadows color palette created on .