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: #f1c6d5;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #e26f8c;
}
.color-4 {
color: #d44975;
}
.color-5 {
color: #a9375f;
}

/* CSS Variables */
:root {
--color-1: #f1c6d5;
--color-2: #f5a3b8;
--color-3: #e26f8c;
--color-4: #d44975;
--color-5: #a9375f;
}

Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d5, #f5a3b8, #e26f8c, #d44975, #a9375f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d5, #f5a3b8, #e26f8c, #d44975, #a9375f);
}

Blossom Serenade color palette created on .