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: #f5b8c1;
}
.color-2 {
color: #d18f9d;
}
.color-3 {
color: #a85d78;
}
.color-4 {
color: #773c5a;
}
.color-5 {
color: #4a2b39;
}

/* CSS Variables */
:root {
--color-1: #f5b8c1;
--color-2: #d18f9d;
--color-3: #a85d78;
--color-4: #773c5a;
--color-5: #4a2b39;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c1, #d18f9d, #a85d78, #773c5a, #4a2b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c1, #d18f9d, #a85d78, #773c5a, #4a2b39);
}

Shades of Pink color palette created on .