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