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