Whimsical Forest Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Forest Blossom palette

Share this palette to:

Whimsical Forest Blossom color palette CSS

/* CSS */
.color-1 {
color: #b7e1d8;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f4a157;
}
.color-4 {
color: #e76e55;
}
.color-5 {
color: #d45988;
}

/* CSS Variables */
:root {
--color-1: #b7e1d8;
--color-2: #f1c6a7;
--color-3: #f4a157;
--color-4: #e76e55;
--color-5: #d45988;
}

Whimsical Forest Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e1d8, #f1c6a7, #f4a157, #e76e55, #d45988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e1d8, #f1c6a7, #f4a157, #e76e55, #d45988);
}

Whimsical Forest Blossom color palette created on .