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