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