Whispers of the Forest Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Forest Breeze palette

Share this palette to:

Whispers of the Forest Breeze color palette CSS

/* CSS */
.color-1 {
color: #a9d6a8;
}
.color-2 {
color: #5db1a0;
}
.color-3 {
color: #3b9b90;
}
.color-4 {
color: #2e6b50;
}
.color-5 {
color: #0f4d75;
}

/* CSS Variables */
:root {
--color-1: #a9d6a8;
--color-2: #5db1a0;
--color-3: #3b9b90;
--color-4: #2e6b50;
--color-5: #0f4d75;
}

Whispers of the Forest Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6a8, #5db1a0, #3b9b90, #2e6b50, #0f4d75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6a8, #5db1a0, #3b9b90, #2e6b50, #0f4d75);
}

Whispers of the Forest Breeze color palette created on .