Whimsical Blossom Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blossom Dreams palette

Share this palette to:

Whimsical Blossom Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8e8f5;
}
.color-2 {
color: #eab3e2;
}
.color-3 {
color: #ee81d3;
}
.color-4 {
color: #9884bd;
}
.color-5 {
color: #cd4cb7;
}

/* CSS Variables */
:root {
--color-1: #f8e8f5;
--color-2: #eab3e2;
--color-3: #ee81d3;
--color-4: #9884bd;
--color-5: #cd4cb7;
}

Whimsical Blossom Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e8f5, #eab3e2, #ee81d3, #9884bd, #cd4cb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e8f5, #eab3e2, #ee81d3, #9884bd, #cd4cb7);
}

Whimsical Blossom Dreams color palette created on .