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