Blush Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Elegance palette
Blush Elegance color palette CSS
/* CSS */
.color-1 {
color: #d19a89;
}
.color-2 {
color: #c49b87;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #f2c5b5;
}
.color-5 {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--color-1: #d19a89;
--color-2: #c49b87;
--color-3: #e4b5a0;
--color-4: #f2c5b5;
--color-5: #f2cfc0;
}
Blush Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a89, #c49b87, #e4b5a0, #f2c5b5, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a89, #c49b87, #e4b5a0, #f2c5b5, #f2cfc0);
}
Similar color palettes
Scroll down to explore 50 Aesthetic color palettes
Blush Elegance color palette created on .