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: #f8d3db;
}
.color-2 {
color: #f2a6c4;
}
.color-3 {
color: #e689bf;
}
.color-4 {
color: #d680bc;
}
.color-5 {
color: #c66cb5;
}
/* CSS Variables */
:root {
--color-1: #f8d3db;
--color-2: #f2a6c4;
--color-3: #e689bf;
--color-4: #d680bc;
--color-5: #c66cb5;
}
Blush Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3db, #f2a6c4, #e689bf, #d680bc, #c66cb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3db, #f2a6c4, #e689bf, #d680bc, #c66cb5);
}
Similar color palettes
Blush Blossom color palette created on .