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: #6d4051;
}
.color-2 {
color: #8f5b68;
}
.color-3 {
color: #c18692;
}
.color-4 {
color: #f2b1c4;
}
.color-5 {
color: #f4e1e7;
}

/* CSS Variables */
:root {
--color-1: #6d4051;
--color-2: #8f5b68;
--color-3: #c18692;
--color-4: #f2b1c4;
--color-5: #f4e1e7;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4051, #8f5b68, #c18692, #f2b1c4, #f4e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4051, #8f5b68, #c18692, #f2b1c4, #f4e1e7);
}

Blushing Petals color palette created on .