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