Purple and Pink Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple and Pink Elegance palette

Share this palette to:

Purple and Pink Elegance color palette CSS

/* CSS */
.color-1 {
color: #683f88;
}
.color-2 {
color: #b25c9a;
}
.color-3 {
color: #ec5f70;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #fde94e;
}

/* CSS Variables */
:root {
--color-1: #683f88;
--color-2: #b25c9a;
--color-3: #ec5f70;
--color-4: #f4a462;
--color-5: #fde94e;
}

Purple and Pink Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}

Purple and Pink Elegance color palette created on .