Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #e58f9b;
}
.color-4 {
color: #d87490;
}
.color-5 {
color: #c0597d;
}
/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f2a1b5;
--color-3: #e58f9b;
--color-4: #d87490;
--color-5: #c0597d;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}
Similar color palettes
Scroll down to explore 80+ Bright color palettes
Pink Shades color palette created on .