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: #804d7a;
}
.color-2 {
color: #c26b99;
}
.color-3 {
color: #f1b1b2;
}
.color-4 {
color: #f8d49b;
}
.color-5 {
color: #f7e3a6;
}

/* CSS Variables */
:root {
--color-1: #804d7a;
--color-2: #c26b99;
--color-3: #f1b1b2;
--color-4: #f8d49b;
--color-5: #f7e3a6;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804d7a, #c26b99, #f1b1b2, #f8d49b, #f7e3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804d7a, #c26b99, #f1b1b2, #f8d49b, #f7e3a6);
}

Pink Shades color palette created on .