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