Serene Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Blossom palette
Serene Blossom color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d6b1;
}
.color-3 {
color: #e3d5b5;
}
.color-4 {
color: #b6d8d3;
}
.color-5 {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d6b1;
--color-3: #e3d5b5;
--color-4: #b6d8d3;
--color-5: #a5c6d5;
}
Serene Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d6b1, #e3d5b5, #b6d8d3, #a5c6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d6b1, #e3d5b5, #b6d8d3, #a5c6d5);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Serene Blossom color palette created on .