Lush Meadow Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lush Meadow Whisper palette

Share this palette to:

Lush Meadow Whisper color palette CSS

/* CSS */
.color-1 {
color: #a8e4a0;
}
.color-2 {
color: #afdba3;
}
.color-3 {
color: #c0e8b5;
}
.color-4 {
color: #d5f0a3;
}
.color-5 {
color: #e4f5b2;
}

/* CSS Variables */
:root {
--color-1: #a8e4a0;
--color-2: #afdba3;
--color-3: #c0e8b5;
--color-4: #d5f0a3;
--color-5: #e4f5b2;
}

Lush Meadow Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e4a0, #afdba3, #c0e8b5, #d5f0a3, #e4f5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e4a0, #afdba3, #c0e8b5, #d5f0a3, #e4f5b2);
}

Lush Meadow Whisper color palette created on .