Celestial Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Blush palette

Share this palette to:

Celestial Blush color palette CSS

/* CSS */
.color-1 {
color: #f8e2bf;
}
.color-2 {
color: #f9b4bf;
}
.color-3 {
color: #f5a3c7;
}
.color-4 {
color: #d29cd3;
}
.color-5 {
color: #9d80e0;
}

/* CSS Variables */
:root {
--color-1: #f8e2bf;
--color-2: #f9b4bf;
--color-3: #f5a3c7;
--color-4: #d29cd3;
--color-5: #9d80e0;
}

Celestial Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2bf, #f9b4bf, #f5a3c7, #d29cd3, #9d80e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2bf, #f9b4bf, #f5a3c7, #d29cd3, #9d80e0);
}

Celestial Blush color palette created on .