Golden Spice Medley Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Spice Medley palette

Condividi questa palette a:

tavolozza dei colori Golden Spice Medley CSS

/* CSS */
.color-1 {
color: #d0c16c;
}
.color-2 {
color: #c1a84e;
}
.color-3 {
color: #b68e2b;
}
.color-4 {
color: #a96f1e;
}
.color-5 {
color: #a1531b;
}

/* CSS Variables */
:root {
--color-1: #d0c16c;
--color-2: #c1a84e;
--color-3: #b68e2b;
--color-4: #a96f1e;
--color-5: #a1531b;
}

CSS con gradiente di sfondo Golden Spice Medley

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c16c, #c1a84e, #b68e2b, #a96f1e, #a1531b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c16c, #c1a84e, #b68e2b, #a96f1e, #a1531b);
}

Golden Spice Medley color palette created on .