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