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: #ffb3d9;
}
.color-2 {
color: #ff75c1;
}
.color-3 {
color: #c16cc6;
}
.color-4 {
color: #7b1fa3;
}
.color-5 {
color: #49148a;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff75c1;
--color-3: #c16cc6;
--color-4: #7b1fa3;
--color-5: #49148a;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff75c1, #c16cc6, #7b1fa3, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff75c1, #c16cc6, #7b1fa3, #49148a);
}
Similar color palettes
Pink Shades color palette created on .