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