Celestial Combatant Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Combatant palette

Share this palette to:

Celestial Combatant color palette CSS

/* CSS */
.color-1 {
color: #292e6a;
}
.color-2 {
color: #4c5b9a;
}
.color-3 {
color: #7ea9c4;
}
.color-4 {
color: #a1d9cf;
}
.color-5 {
color: #f4b69f;
}

/* CSS Variables */
:root {
--color-1: #292e6a;
--color-2: #4c5b9a;
--color-3: #7ea9c4;
--color-4: #a1d9cf;
--color-5: #f4b69f;
}

Celestial Combatant background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292e6a, #4c5b9a, #7ea9c4, #a1d9cf, #f4b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292e6a, #4c5b9a, #7ea9c4, #a1d9cf, #f4b69f);
}

Celestial Combatant color palette created on .