Elegant Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Blush palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Blush Color Palette (PNG)
Elegant Blush color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #c5afaf;
}
.color-3 {
color: #8d5e5e;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e76e9d;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c5afaf;
--color-3: #8d5e5e;
--color-4: #ffffff;
--color-5: #e76e9d;
}
Elegant Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c5afaf, #8d5e5e, #ffffff, #e76e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c5afaf, #8d5e5e, #ffffff, #e76e9d);
}
Similar color palettes
Elegant Blush color palette created on .