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