Paleta de colores Soft Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Embrace

/* CSS */
.color-1 {
color: #f1d6c6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d6a88f;
}
.color-4 {
color: #c59d7c;
}
.color-5 {
color: #b68f6d;
}

/* CSS Variables */
:root {
--color-1: #f1d6c6;
--color-2: #e9b79f;
--color-3: #d6a88f;
--color-4: #c59d7c;
--color-5: #b68f6d;
}

CSS del degradado de fondo Soft Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d6c6, #e9b79f, #d6a88f, #c59d7c, #b68f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d6c6, #e9b79f, #d6a88f, #c59d7c, #b68f6d);
}

Soft Embrace color palette created on .