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: #f5b7d0;
}
.color-2 {
color: #f8c9b4;
}
.color-3 {
color: #f9d7a4;
}
.color-4 {
color: #f1e0a2;
}
.color-5 {
color: #f1b74b;
}
/* CSS Variables */
:root {
--color-1: #f5b7d0;
--color-2: #f8c9b4;
--color-3: #f9d7a4;
--color-4: #f1e0a2;
--color-5: #f1b74b;
}
Blossom Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7d0, #f8c9b4, #f9d7a4, #f1e0a2, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7d0, #f8c9b4, #f9d7a4, #f1e0a2, #f1b74b);
}
Similar color palettes
Scroll down to explore 10 Aesthetic color palettes
Blossom Serenade color palette created on .