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: #f7b1a6;
}
.color-2 {
color: #f4cca4;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #b5e3b9;
}
.color-5 {
color: #a1dff7;
}
/* CSS Variables */
:root {
--color-1: #f7b1a6;
--color-2: #f4cca4;
--color-3: #f4e4b3;
--color-4: #b5e3b9;
--color-5: #a1dff7;
}
Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a6, #f4cca4, #f4e4b3, #b5e3b9, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a6, #f4cca4, #f4e4b3, #b5e3b9, #a1dff7);
}
Similar color palettes
Light Pink color palette created on .