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: #f6e5d5;
}
.color-2 {
color: #f1b1c5;
}
.color-3 {
color: #f18d79;
}
.color-4 {
color: #f65d4c;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #f1b1c5;
--color-3: #f18d79;
--color-4: #f65d4c;
--color-5: #d95e3f;
}

Celestial Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #f1b1c5, #f18d79, #f65d4c, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #f1b1c5, #f18d79, #f65d4c, #d95e3f);
}

Celestial Blush color palette created on .