Shades of Charred Umber Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Charred Umber palette

Condividi questa palette a:

tavolozza dei colori Shades of Charred Umber CSS

/* CSS */
.color-1 {
color: #2c2320;
}
.color-2 {
color: #4b3e3a;
}
.color-3 {
color: #7c6a6a;
}
.color-4 {
color: #bfb0b1;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #2c2320;
--color-2: #4b3e3a;
--color-3: #7c6a6a;
--color-4: #bfb0b1;
--color-5: #e9b79f;
}

CSS con gradiente di sfondo Shades of Charred Umber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2320, #4b3e3a, #7c6a6a, #bfb0b1, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2320, #4b3e3a, #7c6a6a, #bfb0b1, #e9b79f);
}

Shades of Charred Umber color palette created on .