Celestial Soar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Soar palette

Share this palette to:

Celestial Soar color palette CSS

/* CSS */
.color-1 {
color: #f0e8a3;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d43a78;
}
.color-5 {
color: #a63a92;
}

/* CSS Variables */
:root {
--color-1: #f0e8a3;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #d43a78;
--color-5: #a63a92;
}

Celestial Soar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e8a3, #ffb84d, #ff6e61, #d43a78, #a63a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e8a3, #ffb84d, #ff6e61, #d43a78, #a63a92);
}

Celestial Soar color palette created on .