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