Purple Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Delight palette

Share this palette to:

Purple Delight color palette CSS

/* CSS */
.color-1 {
color: #4e2c90;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #9c4d9d;
}
.color-4 {
color: #c275b5;
}
.color-5 {
color: #e6b3e4;
}

/* CSS Variables */
:root {
--color-1: #4e2c90;
--color-2: #6a4c94;
--color-3: #9c4d9d;
--color-4: #c275b5;
--color-5: #e6b3e4;
}

Purple Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2c90, #6a4c94, #9c4d9d, #c275b5, #e6b3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2c90, #6a4c94, #9c4d9d, #c275b5, #e6b3e4);
}

Purple Delight color palette created on .