Red and Black Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Black Earth palette

Condividi questa palette a:

tavolozza dei colori Red and Black Earth CSS

/* CSS */
.color-1 {
color: #4d1f1f;
}
.color-2 {
color: #8e3e3e;
}
.color-3 {
color: #b15939;
}
.color-4 {
color: #d67a3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #4d1f1f;
--color-2: #8e3e3e;
--color-3: #b15939;
--color-4: #d67a3d;
--color-5: #4e3b31;
}

CSS con gradiente di sfondo Red and Black Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}

Red and Black Earth color palette created on .