Celestial Warrior Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Warrior palette

Share this palette to:

Celestial Warrior color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f9a26c;
}
.color-3 {
color: #ef6e67;
}
.color-4 {
color: #d25b9a;
}
.color-5 {
color: #9b6cd0;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f9a26c;
--color-3: #ef6e67;
--color-4: #d25b9a;
--color-5: #9b6cd0;
}

Celestial Warrior background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f9a26c, #ef6e67, #d25b9a, #9b6cd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f9a26c, #ef6e67, #d25b9a, #9b6cd0);
}

Celestial Warrior color palette created on .