Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shades palette

Share this palette to:

Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #f8d8e9;
}
.color-2 {
color: #f2b1d2;
}
.color-3 {
color: #d89dc2;
}
.color-4 {
color: #c78fb9;
}
.color-5 {
color: #a5699a;
}

/* CSS Variables */
:root {
--color-1: #f8d8e9;
--color-2: #f2b1d2;
--color-3: #d89dc2;
--color-4: #c78fb9;
--color-5: #a5699a;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e9, #f2b1d2, #d89dc2, #c78fb9, #a5699a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e9, #f2b1d2, #d89dc2, #c78fb9, #a5699a);
}

Pink Shades color palette created on .