Paleta de colores Serene Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Dusk

/* CSS */
.color-1 {
color: #709d9e;
}
.color-2 {
color: #b8c6b9;
}
.color-3 {
color: #f2e6d4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #709d9e;
--color-2: #b8c6b9;
--color-3: #f2e6d4;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS del degradado de fondo Serene Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #709d9e, #b8c6b9, #f2e6d4, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #709d9e, #b8c6b9, #f2e6d4, #ffb84d, #ff6e61);
}

Serene Dusk color palette created on .