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