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