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