Purple Faerie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Faerie palette

Share this palette to:

Purple Faerie color palette CSS

/* CSS */
.color-1 {
color: #e3d6ff;
}
.color-2 {
color: #c2a3e0;
}
.color-3 {
color: #d48cba;
}
.color-4 {
color: #f5b261;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #e3d6ff;
--color-2: #c2a3e0;
--color-3: #d48cba;
--color-4: #f5b261;
--color-5: #f5c400;
}

Purple Faerie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6ff, #c2a3e0, #d48cba, #f5b261, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6ff, #c2a3e0, #d48cba, #f5b261, #f5c400);
}

Purple Faerie color palette created on .