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: #f2b1d7;
}
.color-2 {
color: #e05c9a;
}
.color-3 {
color: #c94a72;
}
.color-4 {
color: #a92d56;
}
.color-5 {
color: #700024;
}
/* CSS Variables */
:root {
--color-1: #f2b1d7;
--color-2: #e05c9a;
--color-3: #c94a72;
--color-4: #a92d56;
--color-5: #700024;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d7, #e05c9a, #c94a72, #a92d56, #700024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d7, #e05c9a, #c94a72, #a92d56, #700024);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Shades color palette created on .