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: #f1b2a2;
}
.color-2 {
color: #e8a39b;
}
.color-3 {
color: #de878b;
}
.color-4 {
color: #d57e7b;
}
.color-5 {
color: #c66c6c;
}

/* CSS Variables */
:root {
--color-1: #f1b2a2;
--color-2: #e8a39b;
--color-3: #de878b;
--color-4: #d57e7b;
--color-5: #c66c6c;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b2a2, #e8a39b, #de878b, #d57e7b, #c66c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b2a2, #e8a39b, #de878b, #d57e7b, #c66c6c);
}

Blushing Petals color palette created on .