Soft White Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft White palette
Soft White color palette CSS
/* CSS */
.color-1 {
color: #f8f9fc;
}
.color-2 {
color: #e1e6ea;
}
.color-3 {
color: #c2cad6;
}
.color-4 {
color: #a2b0c3;
}
.color-5 {
color: #7fa4b8;
}
/* CSS Variables */
:root {
--color-1: #f8f9fc;
--color-2: #e1e6ea;
--color-3: #c2cad6;
--color-4: #a2b0c3;
--color-5: #7fa4b8;
}
Soft White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f9fc, #e1e6ea, #c2cad6, #a2b0c3, #7fa4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f9fc, #e1e6ea, #c2cad6, #a2b0c3, #7fa4b8);
}
Similar color palettes
Soft White color palette created on .