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: #f7e3b6;
}
.color-2 {
color: #f9c7ae;
}
.color-3 {
color: #f5a3c7;
}
.color-4 {
color: #e58fba;
}
.color-5 {
color: #b689c2;
}

/* CSS Variables */
:root {
--color-1: #f7e3b6;
--color-2: #f9c7ae;
--color-3: #f5a3c7;
--color-4: #e58fba;
--color-5: #b689c2;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e3b6, #f9c7ae, #f5a3c7, #e58fba, #b689c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e3b6, #f9c7ae, #f5a3c7, #e58fba, #b689c2);
}

Pink Shades color palette created on .