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: #f5e1b2;
}
.color-2 {
color: #e4b6af;
}
.color-3 {
color: #d6a5e3;
}
.color-4 {
color: #b8c0e5;
}
.color-5 {
color: #82d9b7;
}
/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #e4b6af;
--color-3: #d6a5e3;
--color-4: #b8c0e5;
--color-5: #82d9b7;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #e4b6af, #d6a5e3, #b8c0e5, #82d9b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #e4b6af, #d6a5e3, #b8c0e5, #82d9b7);
}
Similar color palettes
Shades of Pink color palette created on .