Serene Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Forest Whisper palette

Share this palette to:

Serene Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #6cb2a0;
}
.color-3 {
color: #9fd1b3;
}
.color-4 {
color: #f0e2b7;
}
.color-5 {
color: #d59f6c;
}

/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #6cb2a0;
--color-3: #9fd1b3;
--color-4: #f0e2b7;
--color-5: #d59f6c;
}

Serene Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #6cb2a0, #9fd1b3, #f0e2b7, #d59f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #6cb2a0, #9fd1b3, #f0e2b7, #d59f6c);
}

Serene Forest Whisper color palette created on .