Blushing Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Serenade palette

Share this palette to:

Blushing Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #e6d3a8;
}
.color-5 {
color: #d9b0c2;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f3c5a0;
--color-3: #f1e2a7;
--color-4: #e6d3a8;
--color-5: #d9b0c2;
}

Blushing Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f3c5a0, #f1e2a7, #e6d3a8, #d9b0c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f3c5a0, #f1e2a7, #e6d3a8, #d9b0c2);
}

Blushing Serenade color palette created on .