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