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: #f3e6d8;
}
.color-2 {
color: #e1b7d4;
}
.color-3 {
color: #d19fc2;
}
.color-4 {
color: #c67bba;
}
.color-5 {
color: #a460a3;
}

/* CSS Variables */
:root {
--color-1: #f3e6d8;
--color-2: #e1b7d4;
--color-3: #d19fc2;
--color-4: #c67bba;
--color-5: #a460a3;
}

Heavenly Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6d8, #e1b7d4, #d19fc2, #c67bba, #a460a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6d8, #e1b7d4, #d19fc2, #c67bba, #a460a3);
}

Heavenly Blush color palette created on .