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: #f5d399;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #50b4b9;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5d399;
--color-3: #f2e2a1;
--color-4: #a7d7b8;
--color-5: #50b4b9;
}
Serene Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5d399, #f2e2a1, #a7d7b8, #50b4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5d399, #f2e2a1, #a7d7b8, #50b4b9);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Serene Blossom color palette created on .