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: #df9fbf;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #4bb9b9;
}
.color-4 {
color: #573d50;
}
.color-5 {
color: #f45d5d;
}

/* CSS Variables */
:root {
--color-1: #df9fbf;
--color-2: #f1c84b;
--color-3: #4bb9b9;
--color-4: #573d50;
--color-5: #f45d5d;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df9fbf, #f1c84b, #4bb9b9, #573d50, #f45d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df9fbf, #f1c84b, #4bb9b9, #573d50, #f45d5d);
}

Shades of Pink color palette created on .