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: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e87d9d;
}
.color-4 {
color: #dc5b84;
}
.color-5 {
color: #d03e6f;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #e87d9d;
--color-4: #dc5b84;
--color-5: #d03e6f;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #e87d9d, #dc5b84, #d03e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #e87d9d, #dc5b84, #d03e6f);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Pink Shades color palette created on .