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