Marzipan Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Marzipan Shades palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Marzipan Shades

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

tavolozza dei colori Marzipan Shades CSS

/* CSS */
.color-1 {
color: #f8db9b;
}
.color-2 {
color: #f4ca7b;
}
.color-3 {
color: #f1b95f;
}
.color-4 {
color: #e6a62d;
}
.color-5 {
color: #d68a1f;
}

/* CSS Variables */
:root {
--color-1: #f8db9b;
--color-2: #f4ca7b;
--color-3: #f1b95f;
--color-4: #e6a62d;
--color-5: #d68a1f;
}

CSS con gradiente di sfondo Marzipan Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db9b, #f4ca7b, #f1b95f, #e6a62d, #d68a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db9b, #f4ca7b, #f1b95f, #e6a62d, #d68a1f);
}

Marzipan Shades color palette created on .