Soft Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink Shades palette
Soft Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #e0afe9;
}
.color-2 {
color: #f8c9c9;
}
.color-3 {
color: #f5e3b8;
}
.color-4 {
color: #b4e4ca;
}
.color-5 {
color: #92c5d3;
}
/* CSS Variables */
:root {
--color-1: #e0afe9;
--color-2: #f8c9c9;
--color-3: #f5e3b8;
--color-4: #b4e4ca;
--color-5: #92c5d3;
}
Soft Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0afe9, #f8c9c9, #f5e3b8, #b4e4ca, #92c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0afe9, #f8c9c9, #f5e3b8, #b4e4ca, #92c5d3);
}
Similar color palettes
Soft Pink Shades color palette created on .