Sunlit Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Forest Whisper palette

Share this palette to:

Sunlit Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #6da14f;
}
.color-2 {
color: #8ebf6e;
}
.color-3 {
color: #c2d6a4;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f3ca4f;
}

/* CSS Variables */
:root {
--color-1: #6da14f;
--color-2: #8ebf6e;
--color-3: #c2d6a4;
--color-4: #f3e4aa;
--color-5: #f3ca4f;
}

Sunlit Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6da14f, #8ebf6e, #c2d6a4, #f3e4aa, #f3ca4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6da14f, #8ebf6e, #c2d6a4, #f3e4aa, #f3ca4f);
}

Sunlit Forest Whisper color palette created on .