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: #ff6e61;
}
.color-2 {
color: #ffb199;
}
.color-3 {
color: #ffb3c3;
}
.color-4 {
color: #d1a5e9;
}
.color-5 {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb199;
--color-3: #ffb3c3;
--color-4: #d1a5e9;
--color-5: #a3d6e0;
}
Blossom Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb199, #ffb3c3, #d1a5e9, #a3d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb199, #ffb3c3, #d1a5e9, #a3d6e0);
}
Similar color palettes
Blossom Serenade color palette created on .