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: #f2c2b1;
}
.color-2 {
color: #efa4b5;
}
.color-3 {
color: #f76e8b;
}
.color-4 {
color: #c64e7a;
}
.color-5 {
color: #a94c6c;
}
/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #efa4b5;
--color-3: #f76e8b;
--color-4: #c64e7a;
--color-5: #a94c6c;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #efa4b5, #f76e8b, #c64e7a, #a94c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #efa4b5, #f76e8b, #c64e7a, #a94c6c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Pink color palette created on .