Paleta de colores Serene Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Essence palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Essence

/* CSS */
.color-1 {
color: #b2a6d8;
}
.color-2 {
color: #e8c5c4;
}
.color-3 {
color: #f4e1b3;
}
.color-4 {
color: #d2b184;
}
.color-5 {
color: #a1c69f;
}

/* CSS Variables */
:root {
--color-1: #b2a6d8;
--color-2: #e8c5c4;
--color-3: #f4e1b3;
--color-4: #d2b184;
--color-5: #a1c69f;
}

CSS del degradado de fondo Serene Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2a6d8, #e8c5c4, #f4e1b3, #d2b184, #a1c69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2a6d8, #e8c5c4, #f4e1b3, #d2b184, #a1c69f);
}

Serene Essence color palette created on .