Blushing Isabella Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Isabella palette

Share this palette to:

Blushing Isabella color palette CSS

/* CSS */
.color-1 {
color: #f2a6c9;
}
.color-2 {
color: #e68eba;
}
.color-3 {
color: #d67abb;
}
.color-4 {
color: #b669bf;
}
.color-5 {
color: #a253b2;
}

/* CSS Variables */
:root {
--color-1: #f2a6c9;
--color-2: #e68eba;
--color-3: #d67abb;
--color-4: #b669bf;
--color-5: #a253b2;
}

Blushing Isabella background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c9, #e68eba, #d67abb, #b669bf, #a253b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c9, #e68eba, #d67abb, #b669bf, #a253b2);
}

Blushing Isabella color palette created on .