Paleta de colores Spice Cider

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spice Cider palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Spice Cider

Download spice cider color palette PNG image (landscape)
Download spice cider color palette PNG image (square)

CSS de la paleta de colores Spice Cider

/* CSS */
.color-1 {
color: #a15b30;
}
.color-2 {
color: #d57e48;
}
.color-3 {
color: #e3ba7d;
}
.color-4 {
color: #f4d19f;
}
.color-5 {
color: #f9e3d2;
}

/* CSS Variables */
:root {
--color-1: #a15b30;
--color-2: #d57e48;
--color-3: #e3ba7d;
--color-4: #f4d19f;
--color-5: #f9e3d2;
}

CSS del degradado de fondo Spice Cider

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a15b30, #d57e48, #e3ba7d, #f4d19f, #f9e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a15b30, #d57e48, #e3ba7d, #f4d19f, #f9e3d2);
}

Spice Cider color palette created on .