Blossom Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Serenade palette

Share this palette to:

Blossom Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f2a49c;
}
.color-3 {
color: #f66a88;
}
.color-4 {
color: #d95e9c;
}
.color-5 {
color: #b06dba;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f2a49c;
--color-3: #f66a88;
--color-4: #d95e9c;
--color-5: #b06dba;
}

Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f2a49c, #f66a88, #d95e9c, #b06dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f2a49c, #f66a88, #d95e9c, #b06dba);
}

Blossom Serenade color palette created on .