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: #f1a7b4;
}
.color-2 {
color: #e46289;
}
.color-3 {
color: #da4e76;
}
.color-4 {
color: #b93c61;
}
.color-5 {
color: #a42d4d;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #e46289;
--color-3: #da4e76;
--color-4: #b93c61;
--color-5: #a42d4d;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #e46289, #da4e76, #b93c61, #a42d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #e46289, #da4e76, #b93c61, #a42d4d);
}

Shades of Pink color palette created on .