Muted Olive and Maroon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Olive and Maroon palette

Condividi questa palette a:

tavolozza dei colori Muted Olive and Maroon CSS

/* CSS */
.color-1 {
color: #7e7c3a;
}
.color-2 {
color: #5b2f2a;
}
.color-3 {
color: #c2a500;
}
.color-4 {
color: #e6d6c1;
}
.color-5 {
color: #8b5b4b;
}

/* CSS Variables */
:root {
--color-1: #7e7c3a;
--color-2: #5b2f2a;
--color-3: #c2a500;
--color-4: #e6d6c1;
--color-5: #8b5b4b;
}

CSS con gradiente di sfondo Muted Olive and Maroon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e7c3a, #5b2f2a, #c2a500, #e6d6c1, #8b5b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e7c3a, #5b2f2a, #c2a500, #e6d6c1, #8b5b4b);
}

Muted Olive and Maroon color palette created on .