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: #e2b18d;
}
.color-2 {
color: #d58c85;
}
.color-3 {
color: #c577a6;
}
.color-4 {
color: #a188c8;
}
.color-5 {
color: #7794b6;
}

/* CSS Variables */
:root {
--color-1: #e2b18d;
--color-2: #d58c85;
--color-3: #c577a6;
--color-4: #a188c8;
--color-5: #7794b6;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b18d, #d58c85, #c577a6, #a188c8, #7794b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b18d, #d58c85, #c577a6, #a188c8, #7794b6);
}

Shades of Pink color palette created on .