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: #f2e8e3;
}
.color-2 {
color: #f9c8d1;
}
.color-3 {
color: #f5a3b8;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3d5e;
}
/* CSS Variables */
:root {
--color-1: #f2e8e3;
--color-2: #f9c8d1;
--color-3: #f5a3b8;
--color-4: #ff6e61;
--color-5: #ff3d5e;
}
Heavenly Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e8e3, #f9c8d1, #f5a3b8, #ff6e61, #ff3d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e8e3, #f9c8d1, #f5a3b8, #ff6e61, #ff3d5e);
}
Similar color palettes
Heavenly Blush color palette created on .