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