Paleta de colores Marzipan Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Marzipan Shades palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Marzipan Shades

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

CSS de la paleta de colores Marzipan Shades

/* 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 del degradado de fondo 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 .