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