Valley Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Valley Whisper palette
Valley Whisper color palette PNG image
Valley Whisper color palette CSS
/* CSS */
.color-1 {
color: #e5f2d4;
}
.color-2 {
color: #c3e1b7;
}
.color-3 {
color: #a4d4a1;
}
.color-4 {
color: #82c9a2;
}
.color-5 {
color: #5abf84;
}
/* CSS Variables */
:root {
--color-1: #e5f2d4;
--color-2: #c3e1b7;
--color-3: #a4d4a1;
--color-4: #82c9a2;
--color-5: #5abf84;
}
Valley Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f2d4, #c3e1b7, #a4d4a1, #82c9a2, #5abf84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f2d4, #c3e1b7, #a4d4a1, #82c9a2, #5abf84);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Valley Whisper color palette created on .