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: #f8e4d8;
}
.color-2 {
color: #e8b5c8;
}
.color-3 {
color: #d1a5d5;
}
.color-4 {
color: #9fc7e0;
}
.color-5 {
color: #86b6d0;
}
/* CSS Variables */
:root {
--color-1: #f8e4d8;
--color-2: #e8b5c8;
--color-3: #d1a5d5;
--color-4: #9fc7e0;
--color-5: #86b6d0;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4d8, #e8b5c8, #d1a5d5, #9fc7e0, #86b6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4d8, #e8b5c8, #d1a5d5, #9fc7e0, #86b6d0);
}
Similar color palettes
Soft Pink color palette created on .