Celestial Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Mirage palette

Share this palette to:

Celestial Mirage color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b2a83;
}
.color-3 {
color: #9e3d8e;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ffb829;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2a83;
--color-3: #9e3d8e;
--color-4: #ff5d38;
--color-5: #ffb829;
}

Celestial Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}

Celestial Mirage color palette created on .