Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #d2a3b8;
}
.color-2 {
color: #c1858e;
}
.color-3 {
color: #a9707b;
}
.color-4 {
color: #6e4a82;
}
.color-5 {
color: #4a2b41;
}
/* CSS Variables */
:root {
--color-1: #d2a3b8;
--color-2: #c1858e;
--color-3: #a9707b;
--color-4: #6e4a82;
--color-5: #4a2b41;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3b8, #c1858e, #a9707b, #6e4a82, #4a2b41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3b8, #c1858e, #a9707b, #6e4a82, #4a2b41);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Pink color palette created on .