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