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: #f9d59f;
}
.color-2 {
color: #f3a1a0;
}
.color-3 {
color: #f29cce;
}
.color-4 {
color: #d1a7f1;
}
.color-5 {
color: #9fd0f9;
}

/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f3a1a0;
--color-3: #f29cce;
--color-4: #d1a7f1;
--color-5: #9fd0f9;
}

Celestial Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f3a1a0, #f29cce, #d1a7f1, #9fd0f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f3a1a0, #f29cce, #d1a7f1, #9fd0f9);
}

Celestial Blush color palette created on .