Loading...
Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Download Pink Shades Color Palette (PNG)
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #fabdcc;
}
.color-2 {
color: #f5a8c1;
}
.color-3 {
color: #f07f9d;
}
.color-4 {
color: #e85e7e;
}
.color-5 {
color: #d94a69;
}
/* CSS Variables */
:root {
--color-1: #fabdcc;
--color-2: #f5a8c1;
--color-3: #f07f9d;
--color-4: #e85e7e;
--color-5: #d94a69;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fabdcc, #f5a8c1, #f07f9d, #e85e7e, #d94a69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fabdcc, #f5a8c1, #f07f9d, #e85e7e, #d94a69);
}
Similar color palettes
Pink Shades color palette created on .