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: #791b3d;
}
.color-2 {
color: #9c4057;
}
.color-3 {
color: #be6074;
}
.color-4 {
color: #e594a0;
}
.color-5 {
color: #f7c5d4;
}
/* CSS Variables */
:root {
--color-1: #791b3d;
--color-2: #9c4057;
--color-3: #be6074;
--color-4: #e594a0;
--color-5: #f7c5d4;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b3d, #9c4057, #be6074, #e594a0, #f7c5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b3d, #9c4057, #be6074, #e594a0, #f7c5d4);
}
Similar color palettes
Scroll down to explore 50+ Amber color palettes
Shades of Pink color palette created on .