Desert Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Desert Oasis palette

Condividi questa palette a:

tavolozza dei colori Desert Oasis CSS

/* CSS */
.color-1 {
color: #79694e;
}
.color-2 {
color: #a66f3f;
}
.color-3 {
color: #d29b2d;
}
.color-4 {
color: #e7c36e;
}
.color-5 {
color: #f2deb1;
}

/* CSS Variables */
:root {
--color-1: #79694e;
--color-2: #a66f3f;
--color-3: #d29b2d;
--color-4: #e7c36e;
--color-5: #f2deb1;
}

CSS con gradiente di sfondo Desert Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79694e, #a66f3f, #d29b2d, #e7c36e, #f2deb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79694e, #a66f3f, #d29b2d, #e7c36e, #f2deb1);
}

Desert Oasis color palette created on .