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: #f7cada;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #ffb3c6;
}
.color-4 {
color: #ff9ea9;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #f7cada;
--color-2: #eab8d1;
--color-3: #ffb3c6;
--color-4: #ff9ea9;
--color-5: #ff7092;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cada, #eab8d1, #ffb3c6, #ff9ea9, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cada, #eab8d1, #ffb3c6, #ff9ea9, #ff7092);
}

Blushing Petals color palette created on .