Blushing Petals Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Petals palette

Share this palette to:

Blushing Petals color palette CSS

/* CSS */
.color-1 {
color: #f7cfd6;
}
.color-2 {
color: #eba2bb;
}
.color-3 {
color: #d87d9f;
}
.color-4 {
color: #c2567c;
}
.color-5 {
color: #a2344a;
}

/* CSS Variables */
:root {
--color-1: #f7cfd6;
--color-2: #eba2bb;
--color-3: #d87d9f;
--color-4: #c2567c;
--color-5: #a2344a;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cfd6, #eba2bb, #d87d9f, #c2567c, #a2344a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cfd6, #eba2bb, #d87d9f, #c2567c, #a2344a);
}

Blushing Petals color palette created on .