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