Luxurious Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxurious Pink palette

Share this palette to:

Luxurious Pink color palette CSS

/* CSS */
.color-1 {
color: #e2a6c9;
}
.color-2 {
color: #d57bcb;
}
.color-3 {
color: #c752a4;
}
.color-4 {
color: #b0367f;
}
.color-5 {
color: #9c1c5c;
}

/* CSS Variables */
:root {
--color-1: #e2a6c9;
--color-2: #d57bcb;
--color-3: #c752a4;
--color-4: #b0367f;
--color-5: #9c1c5c;
}

Luxurious Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a6c9, #d57bcb, #c752a4, #b0367f, #9c1c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a6c9, #d57bcb, #c752a4, #b0367f, #9c1c5c);
}

Luxurious Pink color palette created on .