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