Soft Slice of Bread Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Slice of Bread palette
Soft Slice of Bread color palette PNG image
Soft Slice of Bread color palette CSS
/* CSS */
.color-1 {
color: #e7d6c0;
}
.color-2 {
color: #f2e2d4;
}
.color-3 {
color: #c9b3a1;
}
.color-4 {
color: #d2c7b2;
}
.color-5 {
color: #f9f2e1;
}
/* CSS Variables */
:root {
--color-1: #e7d6c0;
--color-2: #f2e2d4;
--color-3: #c9b3a1;
--color-4: #d2c7b2;
--color-5: #f9f2e1;
}
Soft Slice of Bread background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6c0, #f2e2d4, #c9b3a1, #d2c7b2, #f9f2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6c0, #f2e2d4, #c9b3a1, #d2c7b2, #f9f2e1);
}
Similar color palettes
Soft Slice of Bread color palette created on .