Whimsical Forest Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Forest Dreams palette

Share this palette to:

Whimsical Forest Dreams color palette CSS

/* CSS */
.color-1 {
color: #5cd6b1;
}
.color-2 {
color: #a2e2d3;
}
.color-3 {
color: #e8f6da;
}
.color-4 {
color: #f1aea2;
}
.color-5 {
color: #f2abc7;
}

/* CSS Variables */
:root {
--color-1: #5cd6b1;
--color-2: #a2e2d3;
--color-3: #e8f6da;
--color-4: #f1aea2;
--color-5: #f2abc7;
}

Whimsical Forest Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cd6b1, #a2e2d3, #e8f6da, #f1aea2, #f2abc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cd6b1, #a2e2d3, #e8f6da, #f1aea2, #f2abc7);
}

Whimsical Forest Dreams color palette created on .