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: #d6c2d0;
}
.color-2 {
color: #caa5b8;
}
.color-3 {
color: #b58ca1;
}
.color-4 {
color: #a06a8a;
}
.color-5 {
color: #8b4b76;
}

/* CSS Variables */
:root {
--color-1: #d6c2d0;
--color-2: #caa5b8;
--color-3: #b58ca1;
--color-4: #a06a8a;
--color-5: #8b4b76;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2d0, #caa5b8, #b58ca1, #a06a8a, #8b4b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2d0, #caa5b8, #b58ca1, #a06a8a, #8b4b76);
}

Shades of Pink color palette created on .