Emerald Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Whisper palette
Emerald Whisper color palette CSS
/* CSS */
.color-1 {
color: #3d6b38;
}
.color-2 {
color: #4fb057;
}
.color-3 {
color: #9dd7a8;
}
.color-4 {
color: #c4e2b1;
}
.color-5 {
color: #f6f1d0;
}
/* CSS Variables */
:root {
--color-1: #3d6b38;
--color-2: #4fb057;
--color-3: #9dd7a8;
--color-4: #c4e2b1;
--color-5: #f6f1d0;
}
Emerald Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Emerald Whisper color palette created on .