Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #d69fc1;
}
.color-2 {
color: #f1b1c2;
}
.color-3 {
color: #f6dae3;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #d28ea0;
}
/* CSS Variables */
:root {
--color-1: #d69fc1;
--color-2: #f1b1c2;
--color-3: #f6dae3;
--color-4: #eab8d1;
--color-5: #d28ea0;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69fc1, #f1b1c2, #f6dae3, #eab8d1, #d28ea0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69fc1, #f1b1c2, #f6dae3, #eab8d1, #d28ea0);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Pink color palette created on .