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