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