Burnt Umber Inspired Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burnt Umber Inspired palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Burnt Umber Inspired

Download burnt umber inspired color palette PNG image (landscape)
Download burnt umber inspired color palette PNG image (square)

tavolozza dei colori Burnt Umber Inspired CSS

/* CSS */
.color-1 {
color: #3b2b2f;
}
.color-2 {
color: #6d4937;
}
.color-3 {
color: #a5594a;
}
.color-4 {
color: #c89979;
}
.color-5 {
color: #e0c59e;
}

/* CSS Variables */
:root {
--color-1: #3b2b2f;
--color-2: #6d4937;
--color-3: #a5594a;
--color-4: #c89979;
--color-5: #e0c59e;
}

CSS con gradiente di sfondo Burnt Umber Inspired

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b2f, #6d4937, #a5594a, #c89979, #e0c59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b2f, #6d4937, #a5594a, #c89979, #e0c59e);
}

Burnt Umber Inspired color palette created on .