Serene Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Blossoms palette
Serene Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f8988b;
}
.color-4 {
color: #f2888d;
}
.color-5 {
color: #e84a6a;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f6a8a2;
--color-3: #f8988b;
--color-4: #f2888d;
--color-5: #e84a6a;
}
Serene Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f6a8a2, #f8988b, #f2888d, #e84a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f6a8a2, #f8988b, #f2888d, #e84a6a);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Serene Blossoms color palette created on .