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: #ffebd6;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d95e8d;
}
.color-5 {
color: #593e5b;
}

/* CSS Variables */
:root {
--color-1: #ffebd6;
--color-2: #ffc29e;
--color-3: #ff6e61;
--color-4: #d95e8d;
--color-5: #593e5b;
}

Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebd6, #ffc29e, #ff6e61, #d95e8d, #593e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebd6, #ffc29e, #ff6e61, #d95e8d, #593e5b);
}

Blossom Serenade color palette created on .