Soft Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #ead3b8;
}
.color-2 {
color: #f2b0a6;
}
.color-3 {
color: #f3a5d6;
}
.color-4 {
color: #a8d5e1;
}
.color-5 {
color: #b3e6b3;
}
/* CSS Variables */
:root {
--color-1: #ead3b8;
--color-2: #f2b0a6;
--color-3: #f3a5d6;
--color-4: #a8d5e1;
--color-5: #b3e6b3;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead3b8, #f2b0a6, #f3a5d6, #a8d5e1, #b3e6b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead3b8, #f2b0a6, #f3a5d6, #a8d5e1, #b3e6b3);
}
Similar color palettes
Soft Pink color palette created on .