Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #f5d6a3;
}
.color-2 {
color: #f0b19e;
}
.color-3 {
color: #d17a9c;
}
.color-4 {
color: #a65e8e;
}
.color-5 {
color: #793978;
}
/* CSS Variables */
:root {
--color-1: #f5d6a3;
--color-2: #f0b19e;
--color-3: #d17a9c;
--color-4: #a65e8e;
--color-5: #793978;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6a3, #f0b19e, #d17a9c, #a65e8e, #793978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6a3, #f0b19e, #d17a9c, #a65e8e, #793978);
}
Similar color palettes
Shades of Pink color palette created on .