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: #f1b1d0;
}
.color-2 {
color: #e79cc3;
}
.color-3 {
color: #d68fb3;
}
.color-4 {
color: #b66da5;
}
.color-5 {
color: #9a4c88;
}
/* CSS Variables */
:root {
--color-1: #f1b1d0;
--color-2: #e79cc3;
--color-3: #d68fb3;
--color-4: #b66da5;
--color-5: #9a4c88;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1d0, #e79cc3, #d68fb3, #b66da5, #9a4c88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1d0, #e79cc3, #d68fb3, #b66da5, #9a4c88);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pink Shades color palette created on .