Purple Elara Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Elara palette

Share this palette to:

Download Purple Elara Color Palette (PNG)

Download purple elara color palette PNG image (landscape)
Download purple elara color palette PNG image (square)

Purple Elara color palette CSS

/* CSS */
.color-1 {
color: #792d9a;
}
.color-2 {
color: #9c5eba;
}
.color-3 {
color: #c59ed6;
}
.color-4 {
color: #e2a6df;
}
.color-5 {
color: #f3d6f5;
}

/* CSS Variables */
:root {
--color-1: #792d9a;
--color-2: #9c5eba;
--color-3: #c59ed6;
--color-4: #e2a6df;
--color-5: #f3d6f5;
}

Purple Elara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #792d9a, #9c5eba, #c59ed6, #e2a6df, #f3d6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #792d9a, #9c5eba, #c59ed6, #e2a6df, #f3d6f5);
}

Purple Elara color palette created on .