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: #f8e5b4;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e8a1ae;
}
.color-4 {
color: #d590bd;
}
.color-5 {
color: #b86bb0;
}

/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #f1c6a7;
--color-3: #e8a1ae;
--color-4: #d590bd;
--color-5: #b86bb0;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #f1c6a7, #e8a1ae, #d590bd, #b86bb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #f1c6a7, #e8a1ae, #d590bd, #b86bb0);
}

Pink Shades color palette created on .