Nature's Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nature's Whisper palette
Nature's Whisper color palette CSS
/* CSS */
.color-1 {
color: #e7f3e2;
}
.color-2 {
color: #d1e5c2;
}
.color-3 {
color: #b2d9a6;
}
.color-4 {
color: #8ace82;
}
.color-5 {
color: #5fbf62;
}
/* CSS Variables */
:root {
--color-1: #e7f3e2;
--color-2: #d1e5c2;
--color-3: #b2d9a6;
--color-4: #8ace82;
--color-5: #5fbf62;
}
Nature's Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7f3e2, #d1e5c2, #b2d9a6, #8ace82, #5fbf62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7f3e2, #d1e5c2, #b2d9a6, #8ace82, #5fbf62);
}
Similar color palettes
Nature's Whisper color palette created on .