Divine Earth of Oxossi Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Divine Earth of Oxossi palette

Condividi questa palette a:

tavolozza dei colori Divine Earth of Oxossi CSS

/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #c78800;
}
.color-3 {
color: #a37d00;
}
.color-4 {
color: #6b5f00;
}
.color-5 {
color: #2d3800;
}

/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #c78800;
--color-3: #a37d00;
--color-4: #6b5f00;
--color-5: #2d3800;
}

CSS con gradiente di sfondo Divine Earth of Oxossi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #c78800, #a37d00, #6b5f00, #2d3800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #c78800, #a37d00, #6b5f00, #2d3800);
}

Divine Earth of Oxossi color palette created on .