Blush Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Blossoms palette
Blush Blossoms color palette CSS
/* CSS */
.color-1 {
color: #e0b2b9;
}
.color-2 {
color: #eab8cb;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f5d2d1;
}
.color-5 {
color: #fbe2d5;
}
/* CSS Variables */
:root {
--color-1: #e0b2b9;
--color-2: #eab8cb;
--color-3: #f4c8d3;
--color-4: #f5d2d1;
--color-5: #fbe2d5;
}
Blush Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2b9, #eab8cb, #f4c8d3, #f5d2d1, #fbe2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2b9, #eab8cb, #f4c8d3, #f5d2d1, #fbe2d5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blush Blossoms color palette created on .