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