Blush Petal Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Petal Serenade palette

Share this palette to:

Blush Petal Serenade color palette CSS

/* CSS */
.color-1 {
color: #fcf0ee;
}
.color-2 {
color: #f7e7de;
}
.color-3 {
color: #eeddd8;
}
.color-4 {
color: #e5d1cd;
}
.color-5 {
color: #debfb5;
}

/* CSS Variables */
:root {
--color-1: #fcf0ee;
--color-2: #f7e7de;
--color-3: #eeddd8;
--color-4: #e5d1cd;
--color-5: #debfb5;
}

Blush Petal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf0ee, #f7e7de, #eeddd8, #e5d1cd, #debfb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf0ee, #f7e7de, #eeddd8, #e5d1cd, #debfb5);
}

Blush Petal Serenade color palette created on .