Royal Elf Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Elf palette

Share this palette to:

Royal Elf color palette PNG image

Download royal elf color palette PNG image (landscape)
Download royal elf color palette PNG image (square)

Royal Elf color palette CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #896ab9;
}
.color-3 {
color: #b49bc0;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d87b46;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #896ab9;
--color-3: #b49bc0;
--color-4: #f1c84b;
--color-5: #d87b46;
}

Royal Elf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #896ab9, #b49bc0, #f1c84b, #d87b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #896ab9, #b49bc0, #f1c84b, #d87b46);
}

Royal Elf color palette created on .