Burnt Orange Spice Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burnt Orange Spice palette

Condividi questa palette a:

tavolozza dei colori Burnt Orange Spice CSS

/* CSS */
.color-1 {
color: #c65d24;
}
.color-2 {
color: #d79f37;
}
.color-3 {
color: #d5a248;
}
.color-4 {
color: #e5a55d;
}
.color-5 {
color: #dfc3a4;
}

/* CSS Variables */
:root {
--color-1: #c65d24;
--color-2: #d79f37;
--color-3: #d5a248;
--color-4: #e5a55d;
--color-5: #dfc3a4;
}

CSS con gradiente di sfondo Burnt Orange Spice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65d24, #d79f37, #d5a248, #e5a55d, #dfc3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65d24, #d79f37, #d5a248, #e5a55d, #dfc3a4);
}

Burnt Orange Spice color palette created on .