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: #f1c6d3;
}
.color-2 {
color: #d1a3cc;
}
.color-3 {
color: #a970c2;
}
.color-4 {
color: #7a4ba0;
}
.color-5 {
color: #5e2f8e;
}
/* CSS Variables */
:root {
--color-1: #f1c6d3;
--color-2: #d1a3cc;
--color-3: #a970c2;
--color-4: #7a4ba0;
--color-5: #5e2f8e;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d3, #d1a3cc, #a970c2, #7a4ba0, #5e2f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d3, #d1a3cc, #a970c2, #7a4ba0, #5e2f8e);
}
Similar color palettes
Shades of Pink color palette created on .