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: #ff6e61;
}
.color-2 {
color: #f7b1b4;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #7c999c;
}
.color-5 {
color: #4c6d94;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b1b4;
--color-3: #ffc29e;
--color-4: #7c999c;
--color-5: #4c6d94;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b1b4, #ffc29e, #7c999c, #4c6d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b1b4, #ffc29e, #7c999c, #4c6d94);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Shades of Pink color palette created on .