Whimsical Blossom Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blossom Dream palette

Share this palette to:

Whimsical Blossom Dream color palette CSS

/* CSS */
.color-1 {
color: #e2b6c6;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #c4a49c;
}
.color-4 {
color: #88a5c3;
}
.color-5 {
color: #f6e1b6;
}

/* CSS Variables */
:root {
--color-1: #e2b6c6;
--color-2: #d8c6b0;
--color-3: #c4a49c;
--color-4: #88a5c3;
--color-5: #f6e1b6;
}

Whimsical Blossom Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b6c6, #d8c6b0, #c4a49c, #88a5c3, #f6e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b6c6, #d8c6b0, #c4a49c, #88a5c3, #f6e1b6);
}

Similar color palettes

Whimsical Blossom Dream color palette created on .