Olive Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Olive Glow palette

Share this palette to:

Olive Glow color palette PNG image

Download olive glow color palette PNG image (landscape)
Download olive glow color palette PNG image (square)

Olive Glow color palette CSS

/* CSS */
.color-1 {
color: #c4bcb1;
}
.color-2 {
color: #d1c6b3;
}
.color-3 {
color: #e0d3b8;
}
.color-4 {
color: #e8e0c5;
}
.color-5 {
color: #f1e7d5;
}

/* CSS Variables */
:root {
--color-1: #c4bcb1;
--color-2: #d1c6b3;
--color-3: #e0d3b8;
--color-4: #e8e0c5;
--color-5: #f1e7d5;
}

Olive Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4bcb1, #d1c6b3, #e0d3b8, #e8e0c5, #f1e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4bcb1, #d1c6b3, #e0d3b8, #e8e0c5, #f1e7d5);
}

Olive Glow color palette created on .