Creamy Blush Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Blush Serenade palette

Share this palette to:

Creamy Blush Serenade color palette CSS

/* CSS */
.color-1 {
color: #f3d8de;
}
.color-2 {
color: #f1b1c1;
}
.color-3 {
color: #e79ca9;
}
.color-4 {
color: #d57b8c;
}
.color-5 {
color: #c55979;
}

/* CSS Variables */
:root {
--color-1: #f3d8de;
--color-2: #f1b1c1;
--color-3: #e79ca9;
--color-4: #d57b8c;
--color-5: #c55979;
}

Creamy Blush Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8de, #f1b1c1, #e79ca9, #d57b8c, #c55979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8de, #f1b1c1, #e79ca9, #d57b8c, #c55979);
}

Creamy Blush Serenade color palette created on .