Serene Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Blossom Color Palette (PNG)
Serene Blossom color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffca61;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #d6acfb;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa061;
--color-3: #ffca61;
--color-4: #a8e6cf;
--color-5: #d6acfb;
}
Serene Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa061, #ffca61, #a8e6cf, #d6acfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa061, #ffca61, #a8e6cf, #d6acfb);
}
Similar color palettes
Serene Blossom color palette created on .