Celestial Sentinels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Sentinels palette

Share this palette to:

Celestial Sentinels color palette CSS

/* CSS */
.color-1 {
color: #799ac8;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #d67d24;
}
.color-4 {
color: #c04539;
}
.color-5 {
color: #8c3b97;
}

/* CSS Variables */
:root {
--color-1: #799ac8;
--color-2: #f1c84b;
--color-3: #d67d24;
--color-4: #c04539;
--color-5: #8c3b97;
}

Celestial Sentinels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799ac8, #f1c84b, #d67d24, #c04539, #8c3b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799ac8, #f1c84b, #d67d24, #c04539, #8c3b97);
}

Celestial Sentinels color palette created on .