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