Heavenly Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heavenly Blush palette
Heavenly Blush color palette CSS
/* CSS */
.color-1 {
color: #f4e1d2;
}
.color-2 {
color: #f9c8d1;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #e57b9d;
}
.color-5 {
color: #d25b8d;
}
/* CSS Variables */
:root {
--color-1: #f4e1d2;
--color-2: #f9c8d1;
--color-3: #f2a1c5;
--color-4: #e57b9d;
--color-5: #d25b8d;
}
Heavenly Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d2, #f9c8d1, #f2a1c5, #e57b9d, #d25b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d2, #f9c8d1, #f2a1c5, #e57b9d, #d25b8d);
}
Similar color palettes
Heavenly Blush color palette created on .