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: #f5b3ff;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #c69fc6;
}
.color-4 {
color: #a6d5e3;
}
.color-5 {
color: #69c9b6;
}
/* CSS Variables */
:root {
--color-1: #f5b3ff;
--color-2: #eab8e4;
--color-3: #c69fc6;
--color-4: #a6d5e3;
--color-5: #69c9b6;
}
Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b3ff, #eab8e4, #c69fc6, #a6d5e3, #69c9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b3ff, #eab8e4, #c69fc6, #a6d5e3, #69c9b6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Light Pink color palette created on .