Blushing Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blushing Elegance Color Palette (PNG)
Blushing Elegance color palette CSS
/* CSS */
.color-1 {
color: #f5b9b2;
}
.color-2 {
color: #f7a4a1;
}
.color-3 {
color: #f78d9b;
}
.color-4 {
color: #f7698c;
}
.color-5 {
color: #f55c7b;
}
/* CSS Variables */
:root {
--color-1: #f5b9b2;
--color-2: #f7a4a1;
--color-3: #f78d9b;
--color-4: #f7698c;
--color-5: #f55c7b;
}
Blushing Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9b2, #f7a4a1, #f78d9b, #f7698c, #f55c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9b2, #f7a4a1, #f78d9b, #f7698c, #f55c7b);
}
Similar color palettes
Blushing Elegance color palette created on .