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