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