Blush Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Blossom Dream palette
Blush Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #f2a1b9;
}
.color-2 {
color: #e5b3c3;
}
.color-3 {
color: #d6c7d6;
}
.color-4 {
color: #f3d3d5;
}
.color-5 {
color: #f7e4e5;
}
/* CSS Variables */
:root {
--color-1: #f2a1b9;
--color-2: #e5b3c3;
--color-3: #d6c7d6;
--color-4: #f3d3d5;
--color-5: #f7e4e5;
}
Blush Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1b9, #e5b3c3, #d6c7d6, #f3d3d5, #f7e4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1b9, #e5b3c3, #d6c7d6, #f3d3d5, #f7e4e5);
}
Similar color palettes
Scroll down to explore 300+ Pink color palettes
Blush Blossom Dream color palette created on .