Shades of Olivine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Olivine palette

Share this palette to:

Shades of Olivine color palette CSS

/* CSS */
.color-1 {
color: #a7caa0;
}
.color-2 {
color: #b0d5a4;
}
.color-3 {
color: #c5e1b7;
}
.color-4 {
color: #e3f4c8;
}
.color-5 {
color: #f5f9d7;
}

/* CSS Variables */
:root {
--color-1: #a7caa0;
--color-2: #b0d5a4;
--color-3: #c5e1b7;
--color-4: #e3f4c8;
--color-5: #f5f9d7;
}

Shades of Olivine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7caa0, #b0d5a4, #c5e1b7, #e3f4c8, #f5f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7caa0, #b0d5a4, #c5e1b7, #e3f4c8, #f5f9d7);
}

Shades of Olivine color palette created on .