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: #69bf88;
}
.color-2 {
color: #4c9e6e;
}
.color-3 {
color: #3b7d5e;
}
.color-4 {
color: #2d5c4d;
}
.color-5 {
color: #1f423b;
}
/* CSS Variables */
:root {
--color-1: #69bf88;
--color-2: #4c9e6e;
--color-3: #3b7d5e;
--color-4: #2d5c4d;
--color-5: #1f423b;
}
Emerald Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf88, #4c9e6e, #3b7d5e, #2d5c4d, #1f423b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf88, #4c9e6e, #3b7d5e, #2d5c4d, #1f423b);
}
Similar color palettes
Emerald Whisper color palette created on .