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: #211826;
}
.color-2 {
color: #5b2a3d;
}
.color-3 {
color: #8b3c4a;
}
.color-4 {
color: #c56d7d;
}
.color-5 {
color: #f7b6c2;
}
/* CSS Variables */
:root {
--color-1: #211826;
--color-2: #5b2a3d;
--color-3: #8b3c4a;
--color-4: #c56d7d;
--color-5: #f7b6c2;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #211826, #5b2a3d, #8b3c4a, #c56d7d, #f7b6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #211826, #5b2a3d, #8b3c4a, #c56d7d, #f7b6c2);
}
Similar color palettes
Scroll down to explore 20+ Dark color palettes
Shades of Pink color palette created on .