Marzipan Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marzipan Shades palette

Share this palette to:

Marzipan Shades color palette CSS

/* CSS */
.color-1 {
color: #f8db9b;
}
.color-2 {
color: #e2b674;
}
.color-3 {
color: #d59b5d;
}
.color-4 {
color: #c88e51;
}
.color-5 {
color: #b97a3c;
}

/* CSS Variables */
:root {
--color-1: #f8db9b;
--color-2: #e2b674;
--color-3: #d59b5d;
--color-4: #c88e51;
--color-5: #b97a3c;
}

Marzipan Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db9b, #e2b674, #d59b5d, #c88e51, #b97a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db9b, #e2b674, #d59b5d, #c88e51, #b97a3c);
}

Marzipan Shades color palette created on .