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: #e6c6b2;
}
.color-2 {
color: #f5dfb8;
}
.color-3 {
color: #f7dab0;
}
.color-4 {
color: #d0a4c4;
}
.color-5 {
color: #c6c1e2;
}
/* CSS Variables */
:root {
--color-1: #e6c6b2;
--color-2: #f5dfb8;
--color-3: #f7dab0;
--color-4: #d0a4c4;
--color-5: #c6c1e2;
}
Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c6b2, #f5dfb8, #f7dab0, #d0a4c4, #c6c1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c6b2, #f5dfb8, #f7dab0, #d0a4c4, #c6c1e2);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Light Pink color palette created on .