Blossom Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Serenade palette
Download Blossom Serenade Color Palette (PNG)
Blossom Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #f2d4c4;
}
.color-3 {
color: #d4b7e1;
}
.color-4 {
color: #b29ad0;
}
.color-5 {
color: #e8a1ae;
}
/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #f2d4c4;
--color-3: #d4b7e1;
--color-4: #b29ad0;
--color-5: #e8a1ae;
}
Blossom Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #f2d4c4, #d4b7e1, #b29ad0, #e8a1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #f2d4c4, #d4b7e1, #b29ad0, #e8a1ae);
}
Similar color palettes
Blossom Serenade color palette created on .