Pink Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Hues palette
Pink Hues color palette CSS
/* CSS */
.color-1 {
color: #e29d9d;
}
.color-2 {
color: #f0c1c1;
}
.color-3 {
color: #f8d8b9;
}
.color-4 {
color: #f6e6a7;
}
.color-5 {
color: #f1f4b3;
}
/* CSS Variables */
:root {
--color-1: #e29d9d;
--color-2: #f0c1c1;
--color-3: #f8d8b9;
--color-4: #f6e6a7;
--color-5: #f1f4b3;
}
Pink Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e29d9d, #f0c1c1, #f8d8b9, #f6e6a7, #f1f4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e29d9d, #f0c1c1, #f8d8b9, #f6e6a7, #f1f4b3);
}
Similar color palettes
Pink Hues color palette created on .