Shades of Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink palette

Share this palette to:

Shades of Pink color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d69ace;
}
.color-3 {
color: #b87aaf;
}
.color-4 {
color: #a35c9c;
}
.color-5 {
color: #7d4a7c;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d69ace;
--color-3: #b87aaf;
--color-4: #a35c9c;
--color-5: #7d4a7c;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d69ace, #b87aaf, #a35c9c, #7d4a7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d69ace, #b87aaf, #a35c9c, #7d4a7c);
}

Shades of Pink color palette created on .