Purple Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Forest palette

Share this palette to:

Purple Forest color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8f7ec4;
}
.color-3 {
color: #b3a4d6;
}
.color-4 {
color: #d4c2e0;
}
.color-5 {
color: #f4e0f5;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8f7ec4;
--color-3: #b3a4d6;
--color-4: #d4c2e0;
--color-5: #f4e0f5;
}

Purple Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8f7ec4, #b3a4d6, #d4c2e0, #f4e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8f7ec4, #b3a4d6, #d4c2e0, #f4e0f5);
}

Purple Forest color palette created on .