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