Elf Queen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elf Queen palette

Share this palette to:

Elf Queen color palette PNG image

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

Elf Queen color palette CSS

/* CSS */
.color-1 {
color: #a5d69e;
}
.color-2 {
color: #f0e4b2;
}
.color-3 {
color: #d3b7e1;
}
.color-4 {
color: #9f7acd;
}
.color-5 {
color: #5f4b8b;
}

/* CSS Variables */
:root {
--color-1: #a5d69e;
--color-2: #f0e4b2;
--color-3: #d3b7e1;
--color-4: #9f7acd;
--color-5: #5f4b8b;
}

Elf Queen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d69e, #f0e4b2, #d3b7e1, #9f7acd, #5f4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d69e, #f0e4b2, #d3b7e1, #9f7acd, #5f4b8b);
}

Elf Queen color palette created on .