Sunlit Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Forest Whisper palette
Sunlit Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #426331;
}
.color-2 {
color: #567740;
}
.color-3 {
color: #758958;
}
.color-4 {
color: #9c905e;
}
.color-5 {
color: #937c39;
}
/* CSS Variables */
:root {
--color-1: #426331;
--color-2: #567740;
--color-3: #758958;
--color-4: #9c905e;
--color-5: #937c39;
}
Sunlit Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #426331, #567740, #758958, #9c905e, #937c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #426331, #567740, #758958, #9c905e, #937c39);
}
Similar color palettes
Sunlit Forest Whisper color palette created on .