Olive Green and Rich Red Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Olive Green and Rich Red Harmony palette

Condividi questa palette a:

tavolozza dei colori Olive Green and Rich Red Harmony CSS

/* CSS */
.color-1 {
color: #5b8c3b;
}
.color-2 {
color: #c9492c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #a2d8a4;
}
.color-5 {
color: #4d5b9d;
}

/* CSS Variables */
:root {
--color-1: #5b8c3b;
--color-2: #c9492c;
--color-3: #f6b83c;
--color-4: #a2d8a4;
--color-5: #4d5b9d;
}

CSS con gradiente di sfondo Olive Green and Rich Red Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8c3b, #c9492c, #f6b83c, #a2d8a4, #4d5b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8c3b, #c9492c, #f6b83c, #a2d8a4, #4d5b9d);
}

Olive Green and Rich Red Harmony color palette created on .