Paleta de colores Soft Nacre

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Nacre palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Nacre

/* CSS */
.color-1 {
color: #e2c5d2;
}
.color-2 {
color: #f0c5b7;
}
.color-3 {
color: #f7d9a1;
}
.color-4 {
color: #f4e2b3;
}
.color-5 {
color: #d7dfd2;
}

/* CSS Variables */
:root {
--color-1: #e2c5d2;
--color-2: #f0c5b7;
--color-3: #f7d9a1;
--color-4: #f4e2b3;
--color-5: #d7dfd2;
}

CSS del degradado de fondo Soft Nacre

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5d2, #f0c5b7, #f7d9a1, #f4e2b3, #d7dfd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5d2, #f0c5b7, #f7d9a1, #f4e2b3, #d7dfd2);
}

Soft Nacre color palette created on .