Soft Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Color Palette (PNG)
Soft color palette CSS
/* CSS */
.color-1 {
color: #f7e9e9;
}
.color-2 {
color: #f9f3eb;
}
.color-3 {
color: #faf8f0;
}
.color-4 {
color: #f2f5f0;
}
.color-5 {
color: #ebedef;
}
/* CSS Variables */
:root {
--color-1: #f7e9e9;
--color-2: #f9f3eb;
--color-3: #faf8f0;
--color-4: #f2f5f0;
--color-5: #ebedef;
}
Soft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9e9, #f9f3eb, #faf8f0, #f2f5f0, #ebedef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9e9, #f9f3eb, #faf8f0, #f2f5f0, #ebedef);
}
Similar color palettes
Soft color palette created on .