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