Purple Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Fantasy palette

Share this palette to:

Purple Fantasy color palette CSS

/* CSS */
.color-1 {
color: #8a4b9b;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #e0b400;
}
.color-4 {
color: #c5d69a;
}
.color-5 {
color: #497b9c;
}

/* CSS Variables */
:root {
--color-1: #8a4b9b;
--color-2: #c69c6c;
--color-3: #e0b400;
--color-4: #c5d69a;
--color-5: #497b9c;
}

Purple Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a4b9b, #c69c6c, #e0b400, #c5d69a, #497b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a4b9b, #c69c6c, #e0b400, #c5d69a, #497b9c);
}

Similar color palettes

No palettes found

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

Purple Fantasy color palette created on .