Clover's Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clover's Whisper palette
Clover's Whisper color palette CSS
/* CSS */
.color-1 {
color: #3bbf8f;
}
.color-2 {
color: #4dd5a1;
}
.color-3 {
color: #7ae6bc;
}
.color-4 {
color: #b6ef8a;
}
.color-5 {
color: #d9f9ae;
}
/* CSS Variables */
:root {
--color-1: #3bbf8f;
--color-2: #4dd5a1;
--color-3: #7ae6bc;
--color-4: #b6ef8a;
--color-5: #d9f9ae;
}
Clover's Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf8f, #4dd5a1, #7ae6bc, #b6ef8a, #d9f9ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf8f, #4dd5a1, #7ae6bc, #b6ef8a, #d9f9ae);
}
Similar color palettes
Scroll down to explore 500+ Green color palettes
Clover's Whisper color palette created on .