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