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: #f3d8e4;
}
.color-2 {
color: #daa4c5;
}
.color-3 {
color: #b569a1;
}
.color-4 {
color: #9a3c7b;
}
.color-5 {
color: #6b1a49;
}
/* CSS Variables */
:root {
--color-1: #f3d8e4;
--color-2: #daa4c5;
--color-3: #b569a1;
--color-4: #9a3c7b;
--color-5: #6b1a49;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8e4, #daa4c5, #b569a1, #9a3c7b, #6b1a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8e4, #daa4c5, #b569a1, #9a3c7b, #6b1a49);
}
Similar color palettes
Shades of Pink color palette created on .