Whimsical Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Blossom Dream palette
Whimsical Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #e3b5d3;
}
.color-2 {
color: #f8d9c4;
}
.color-3 {
color: #f9c3b9;
}
.color-4 {
color: #f7b6d2;
}
.color-5 {
color: #d4a3e6;
}
/* CSS Variables */
:root {
--color-1: #e3b5d3;
--color-2: #f8d9c4;
--color-3: #f9c3b9;
--color-4: #f7b6d2;
--color-5: #d4a3e6;
}
Whimsical Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b5d3, #f8d9c4, #f9c3b9, #f7b6d2, #d4a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b5d3, #f8d9c4, #f9c3b9, #f7b6d2, #d4a3e6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whimsical Blossom Dream color palette created on .