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: #f5e2a3;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #bfa2c3;
}
.color-4 {
color: #a4c6b4;
}
.color-5 {
color: #f2c5d6;
}

/* CSS Variables */
:root {
--color-1: #f5e2a3;
--color-2: #d9b99b;
--color-3: #bfa2c3;
--color-4: #a4c6b4;
--color-5: #f2c5d6;
}

CSS del degradado de fondo Serene Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2a3, #d9b99b, #bfa2c3, #a4c6b4, #f2c5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2a3, #d9b99b, #bfa2c3, #a4c6b4, #f2c5d6);
}

Serene Elegance color palette created on .