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: #e4b4af;
}
.color-2 {
color: #b3c7c3;
}
.color-3 {
color: #a6d9c2;
}
.color-4 {
color: #e3c59c;
}
.color-5 {
color: #a76c8f;
}
/* CSS Variables */
:root {
--color-1: #e4b4af;
--color-2: #b3c7c3;
--color-3: #a6d9c2;
--color-4: #e3c59c;
--color-5: #a76c8f;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4af, #b3c7c3, #a6d9c2, #e3c59c, #a76c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4af, #b3c7c3, #a6d9c2, #e3c59c, #a76c8f);
}
Similar color palettes
Soft Pink color palette created on .