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