Spice Cider Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spice Cider palette

Share this palette to:

Spice Cider color palette PNG image

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

Spice Cider color palette CSS

/* 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;
}

Spice Cider background gradient CSS

/* 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 .