Star Demon Rebirth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Star Demon Rebirth palette

Share this palette to:

Star Demon Rebirth color palette CSS

/* CSS */
.color-1 {
color: #5c4e88;
}
.color-2 {
color: #896aaf;
}
.color-3 {
color: #bb9ee0;
}
.color-4 {
color: #f5d5c7;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #5c4e88;
--color-2: #896aaf;
--color-3: #bb9ee0;
--color-4: #f5d5c7;
--color-5: #f1b74b;
}

Star Demon Rebirth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4e88, #896aaf, #bb9ee0, #f5d5c7, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4e88, #896aaf, #bb9ee0, #f5d5c7, #f1b74b);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Star Demon Rebirth color palette created on .