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: #ea8aaa;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f6c6d3;
}
.color-4 {
color: #f4e1e6;
}
.color-5 {
color: #f9d7e1;
}

/* CSS Variables */
:root {
--color-1: #ea8aaa;
--color-2: #f1a7b8;
--color-3: #f6c6d3;
--color-4: #f4e1e6;
--color-5: #f9d7e1;
}

Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8aaa, #f1a7b8, #f6c6d3, #f4e1e6, #f9d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8aaa, #f1a7b8, #f6c6d3, #f4e1e6, #f9d7e1);
}

Blushing Petals color palette created on .