Serene Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossom palette

Share this palette to:

Serene Blossom color palette PNG image

Download serene blossom color palette PNG image (landscape)
Download serene blossom color palette PNG image (square)

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);
}

Serene Blossom color palette created on .