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: #f0e3d6;
}
.color-2 {
color: #e6b3c2;
}
.color-3 {
color: #d48cba;
}
.color-4 {
color: #b77b9d;
}
.color-5 {
color: #8e5d7a;
}
/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e6b3c2;
--color-3: #d48cba;
--color-4: #b77b9d;
--color-5: #8e5d7a;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}
Similar color palettes
Pink Shades color palette created on .