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: #f5b9a3;
}
.color-2 {
color: #f9a49f;
}
.color-3 {
color: #f9a05d;
}
.color-4 {
color: #f7d76e;
}
.color-5 {
color: #f3e481;
}
/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f9a49f;
--color-3: #f9a05d;
--color-4: #f7d76e;
--color-5: #f3e481;
}
Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f9a49f, #f9a05d, #f7d76e, #f3e481);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f9a49f, #f9a05d, #f7d76e, #f3e481);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Light Pink color palette created on .