Shades of Olive Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Olive palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Olive (PNG)

Download shades of olive color palette PNG image (landscape)
Download shades of olive color palette PNG image (square)

tavolozza dei colori Shades of Olive CSS

/* CSS */
.color-1 {
color: #d2c9a2;
}
.color-2 {
color: #c3b09d;
}
.color-3 {
color: #b19a8c;
}
.color-4 {
color: #9c7c68;
}
.color-5 {
color: #7b6b51;
}

/* CSS Variables */
:root {
--color-1: #d2c9a2;
--color-2: #c3b09d;
--color-3: #b19a8c;
--color-4: #9c7c68;
--color-5: #7b6b51;
}

CSS con gradiente di sfondo Shades of Olive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c9a2, #c3b09d, #b19a8c, #9c7c68, #7b6b51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c9a2, #c3b09d, #b19a8c, #9c7c68, #7b6b51);
}

Shades of Olive color palette created on .