Paleta de colores Serene Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Elegance

/* CSS */
.color-1 {
color: #f1e7c6;
}
.color-2 {
color: #d6c5a8;
}
.color-3 {
color: #b0a69b;
}
.color-4 {
color: #7b8f9d;
}
.color-5 {
color: #4b7c9b;
}

/* CSS Variables */
:root {
--color-1: #f1e7c6;
--color-2: #d6c5a8;
--color-3: #b0a69b;
--color-4: #7b8f9d;
--color-5: #4b7c9b;
}

CSS del degradado de fondo Serene Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}

Serene Elegance color palette created on .