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