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: #33cc99;
}
.color-2 {
color: #2eb887;
}
.color-3 {
color: #1daf7c;
}
.color-4 {
color: #1a996e;
}
.color-5 {
color: #167e5b;
}
/* CSS Variables */
:root {
--color-1: #33cc99;
--color-2: #2eb887;
--color-3: #1daf7c;
--color-4: #1a996e;
--color-5: #167e5b;
}
Emerald Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33cc99, #2eb887, #1daf7c, #1a996e, #167e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33cc99, #2eb887, #1daf7c, #1a996e, #167e5b);
}
Similar color palettes
Emerald Whisper color palette created on .