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: #f9c8cb;
}
.color-2 {
color: #f0a3a7;
}
.color-3 {
color: #e87d81;
}
.color-4 {
color: #e05c65;
}
.color-5 {
color: #c94a4f;
}

/* CSS Variables */
:root {
--color-1: #f9c8cb;
--color-2: #f0a3a7;
--color-3: #e87d81;
--color-4: #e05c65;
--color-5: #c94a4f;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8cb, #f0a3a7, #e87d81, #e05c65, #c94a4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8cb, #f0a3a7, #e87d81, #e05c65, #c94a4f);
}

Blushing Petals color palette created on .