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