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