Blushing Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Elegance palette
Blushing Elegance color palette CSS
/* CSS */
.color-1 {
color: #f0c5b2;
}
.color-2 {
color: #f5bbb2;
}
.color-3 {
color: #f2a1b2;
}
.color-4 {
color: #f8cab4;
}
.color-5 {
color: #f5e68e;
}
/* CSS Variables */
:root {
--color-1: #f0c5b2;
--color-2: #f5bbb2;
--color-3: #f2a1b2;
--color-4: #f8cab4;
--color-5: #f5e68e;
}
Blushing Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c5b2, #f5bbb2, #f2a1b2, #f8cab4, #f5e68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c5b2, #f5bbb2, #f2a1b2, #f8cab4, #f5e68e);
}
Similar color palettes
Blushing Elegance color palette created on .