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: #f2c2b1;
}
.color-2 {
color: #fdafaf;
}
.color-3 {
color: #f4b4d4;
}
.color-4 {
color: #f28cbc;
}
.color-5 {
color: #d06287;
}

/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #fdafaf;
--color-3: #f4b4d4;
--color-4: #f28cbc;
--color-5: #d06287;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #fdafaf, #f4b4d4, #f28cbc, #d06287);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #fdafaf, #f4b4d4, #f28cbc, #d06287);
}

Blushing Petals color palette created on .