Blushing Heartbreak Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Heartbreak palette
Blushing Heartbreak color palette CSS
/* CSS */
.color-1 {
color: #eec3f3;
}
.color-2 {
color: #f1d0f6;
}
.color-3 {
color: #e5ccf5;
}
.color-4 {
color: #e0a1ed;
}
.color-5 {
color: #d671c8;
}
/* CSS Variables */
:root {
--color-1: #eec3f3;
--color-2: #f1d0f6;
--color-3: #e5ccf5;
--color-4: #e0a1ed;
--color-5: #d671c8;
}
Blushing Heartbreak background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec3f3, #f1d0f6, #e5ccf5, #e0a1ed, #d671c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec3f3, #f1d0f6, #e5ccf5, #e0a1ed, #d671c8);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Blushing Heartbreak color palette created on .