Heavenly Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavenly Blush palette

Share this palette to:

Heavenly Blush color palette CSS

/* CSS */
.color-1 {
color: #f8d3e1;
}
.color-2 {
color: #f9b9bb;
}
.color-3 {
color: #f29c9c;
}
.color-4 {
color: #e27e7e;
}
.color-5 {
color: #d15c6a;
}

/* CSS Variables */
:root {
--color-1: #f8d3e1;
--color-2: #f9b9bb;
--color-3: #f29c9c;
--color-4: #e27e7e;
--color-5: #d15c6a;
}

Heavenly Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3e1, #f9b9bb, #f29c9c, #e27e7e, #d15c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3e1, #f9b9bb, #f29c9c, #e27e7e, #d15c6a);
}

Heavenly Blush color palette created on .