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