Olive Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Olive Whisper palette

Share this palette to:

Olive Whisper color palette CSS

/* CSS */
.color-1 {
color: #a2c3a4;
}
.color-2 {
color: #b8daa0;
}
.color-3 {
color: #e1e9b4;
}
.color-4 {
color: #f3d98c;
}
.color-5 {
color: #d8a869;
}

/* CSS Variables */
:root {
--color-1: #a2c3a4;
--color-2: #b8daa0;
--color-3: #e1e9b4;
--color-4: #f3d98c;
--color-5: #d8a869;
}

Olive Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c3a4, #b8daa0, #e1e9b4, #f3d98c, #d8a869);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c3a4, #b8daa0, #e1e9b4, #f3d98c, #d8a869);
}

Olive Whisper color palette created on .