Elegant Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Pink palette

Share this palette to:

Elegant Pink color palette CSS

/* CSS */
.color-1 {
color: #d5afc1;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #f6e0b1;
}
.color-4 {
color: #b9a88d;
}
.color-5 {
color: #7e6a8a;
}

/* CSS Variables */
:root {
--color-1: #d5afc1;
--color-2: #f1c7a7;
--color-3: #f6e0b1;
--color-4: #b9a88d;
--color-5: #7e6a8a;
}

Elegant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5afc1, #f1c7a7, #f6e0b1, #b9a88d, #7e6a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5afc1, #f1c7a7, #f6e0b1, #b9a88d, #7e6a8a);
}

Elegant Pink color palette created on .