Royal Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Twilight palette

Share this palette to:

Royal Twilight color palette CSS

/* CSS */
.color-1 {
color: #7e3c90;
}
.color-2 {
color: #b78eeb;
}
.color-3 {
color: #f1c15f;
}
.color-4 {
color: #c28400;
}
.color-5 {
color: #6a4e4e;
}

/* CSS Variables */
:root {
--color-1: #7e3c90;
--color-2: #b78eeb;
--color-3: #f1c15f;
--color-4: #c28400;
--color-5: #6a4e4e;
}

Royal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3c90, #b78eeb, #f1c15f, #c28400, #6a4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3c90, #b78eeb, #f1c15f, #c28400, #6a4e4e);
}

Royal Twilight color palette created on .