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