Paleta de colores Serene Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Embrace

/* CSS */
.color-1 {
color: #a4c6a9;
}
.color-2 {
color: #d9e6d6;
}
.color-3 {
color: #f1e8d5;
}
.color-4 {
color: #e4b69b;
}
.color-5 {
color: #c57d5e;
}

/* CSS Variables */
:root {
--color-1: #a4c6a9;
--color-2: #d9e6d6;
--color-3: #f1e8d5;
--color-4: #e4b69b;
--color-5: #c57d5e;
}

CSS del degradado de fondo Serene Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a9, #d9e6d6, #f1e8d5, #e4b69b, #c57d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a9, #d9e6d6, #f1e8d5, #e4b69b, #c57d5e);
}

Serene Embrace color palette created on .