Elegant Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant palette

Share this palette to:

Elegant color palette PNG image

Download elegant color palette PNG image (landscape)
Download elegant color palette PNG image (square)

Elegant color palette CSS

/* CSS */
.color-1 {
color: #e799ff;
}
.color-2 {
color: #e91fff;
}
.color-3 {
color: #7600d6;
}
.color-4 {
color: #2e0099;
}
.color-5 {
color: #18004d;
}

/* CSS Variables */
:root {
--color-1: #e799ff;
--color-2: #e91fff;
--color-3: #7600d6;
--color-4: #2e0099;
--color-5: #18004d;
}

Elegant background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e799ff, #e91fff, #7600d6, #2e0099, #18004d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e799ff, #e91fff, #7600d6, #2e0099, #18004d);
}

Elegant color palette created on .