Blushing Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Elegance palette

Share this palette to:

Blushing Elegance color palette CSS

/* CSS */
.color-1 {
color: #f7c5d8;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #e8829c;
}
.color-4 {
color: #e0577e;
}
.color-5 {
color: #d72d6b;
}

/* CSS Variables */
:root {
--color-1: #f7c5d8;
--color-2: #f1a7b4;
--color-3: #e8829c;
--color-4: #e0577e;
--color-5: #d72d6b;
}

Blushing Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d8, #f1a7b4, #e8829c, #e0577e, #d72d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d8, #f1a7b4, #e8829c, #e0577e, #d72d6b);
}

Blushing Elegance color palette created on .