Paleta de colores Shells and Spice

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shells and Spice palette

Compartir esta paleta en:

CSS de la paleta de colores Shells and Spice

/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #d3b59c;
}
.color-3 {
color: #b09982;
}
.color-4 {
color: #896d58;
}
.color-5 {
color: #6f4f3e;
}

/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #d3b59c;
--color-3: #b09982;
--color-4: #896d58;
--color-5: #6f4f3e;
}

CSS del degradado de fondo Shells and Spice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #d3b59c, #b09982, #896d58, #6f4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #d3b59c, #b09982, #896d58, #6f4f3e);
}

Shells and Spice color palette created on .