Wildwood Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wildwood Whisper palette

Share this palette to:

Wildwood Whisper color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6eb4aa;
}
.color-3 {
color: #4e8c8d;
}
.color-4 {
color: #3c6d6d;
}
.color-5 {
color: #2b4040;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6eb4aa;
--color-3: #4e8c8d;
--color-4: #3c6d6d;
--color-5: #2b4040;
}

Wildwood Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6eb4aa, #4e8c8d, #3c6d6d, #2b4040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6eb4aa, #4e8c8d, #3c6d6d, #2b4040);
}

Wildwood Whisper color palette created on .