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: #f2d7d4;
}
.color-2 {
color: #f1b1c7;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f0a8b6;
}
.color-5 {
color: #e95d7e;
}

/* CSS Variables */
:root {
--color-1: #f2d7d4;
--color-2: #f1b1c7;
--color-3: #eab8d1;
--color-4: #f0a8b6;
--color-5: #e95d7e;
}

Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7d4, #f1b1c7, #eab8d1, #f0a8b6, #e95d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7d4, #f1b1c7, #eab8d1, #f0a8b6, #e95d7e);
}

Blossom Serenade color palette created on .