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: #f1a7b2;
}
.color-2 {
color: #e07b9e;
}
.color-3 {
color: #db5c8d;
}
.color-4 {
color: #d14d6b;
}
.color-5 {
color: #b5405b;
}
/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #e07b9e;
--color-3: #db5c8d;
--color-4: #d14d6b;
--color-5: #b5405b;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #e07b9e, #db5c8d, #d14d6b, #b5405b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #e07b9e, #db5c8d, #d14d6b, #b5405b);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Shades of Pink color palette created on .