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: #f9b4c0;
}
.color-2 {
color: #f7c2a1;
}
.color-3 {
color: #f5e6b7;
}
.color-4 {
color: #f1e7b1;
}
.color-5 {
color: #d4b4e4;
}

/* CSS Variables */
:root {
--color-1: #f9b4c0;
--color-2: #f7c2a1;
--color-3: #f5e6b7;
--color-4: #f1e7b1;
--color-5: #d4b4e4;
}

Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4c0, #f7c2a1, #f5e6b7, #f1e7b1, #d4b4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4c0, #f7c2a1, #f5e6b7, #f1e7b1, #d4b4e4);
}

Blossom Serenade color palette created on .