Emerald Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Whisper palette

Share this palette to:

Emerald Whisper color palette CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #a9d7a3;
}
.color-4 {
color: #c2e1c1;
}
.color-5 {
color: #eaf9e7;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #6fbe7f;
--color-3: #a9d7a3;
--color-4: #c2e1c1;
--color-5: #eaf9e7;
}

Emerald Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #6fbe7f, #a9d7a3, #c2e1c1, #eaf9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #6fbe7f, #a9d7a3, #c2e1c1, #eaf9e7);
}

Emerald Whisper color palette created on .