Marzipan Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marzipan Delight palette

Share this palette to:

Marzipan Delight color palette PNG image

Download marzipan delight color palette PNG image (landscape)
Download marzipan delight color palette PNG image (square)

Marzipan Delight color palette CSS

/* CSS */
.color-1 {
color: #f9e5b4;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #e8c89b;
}
.color-4 {
color: #d6b58f;
}
.color-5 {
color: #c49978;
}

/* CSS Variables */
:root {
--color-1: #f9e5b4;
--color-2: #f3d6a0;
--color-3: #e8c89b;
--color-4: #d6b58f;
--color-5: #c49978;
}

Marzipan Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e5b4, #f3d6a0, #e8c89b, #d6b58f, #c49978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e5b4, #f3d6a0, #e8c89b, #d6b58f, #c49978);
}

Marzipan Delight color palette created on .