Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Shades Color Palette (PNG)
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #f6c1d9;
}
.color-2 {
color: #ff99aa;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #f05656;
}
/* CSS Variables */
:root {
--color-1: #f6c1d9;
--color-2: #ff99aa;
--color-3: #ff6e61;
--color-4: #ff513d;
--color-5: #f05656;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d9, #ff99aa, #ff6e61, #ff513d, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d9, #ff99aa, #ff6e61, #ff513d, #f05656);
}
Similar color palettes
Pink Shades color palette created on .