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: #f4b3d4;
}
.color-2 {
color: #ef9fbf;
}
.color-3 {
color: #e97ca0;
}
.color-4 {
color: #e65b8e;
}
.color-5 {
color: #c94a75;
}
/* CSS Variables */
:root {
--color-1: #f4b3d4;
--color-2: #ef9fbf;
--color-3: #e97ca0;
--color-4: #e65b8e;
--color-5: #c94a75;
}
Blossom Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b3d4, #ef9fbf, #e97ca0, #e65b8e, #c94a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b3d4, #ef9fbf, #e97ca0, #e65b8e, #c94a75);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blossom Serenade color palette created on .