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: #f6a7b3;
}
.color-2 {
color: #f1c1d6;
}
.color-3 {
color: #e6b7e3;
}
.color-4 {
color: #bea4df;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f1c1d6;
--color-3: #e6b7e3;
--color-4: #bea4df;
--color-5: #a3c7e0;
}

Celestial Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}

Celestial Blush color palette created on .