Toffee Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Toffee Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Toffee Brown Color Palette (PNG)
Toffee Brown color palette CSS
/* CSS */
.color-1 {
color: #c1a26c;
}
.color-2 {
color: #b68d54;
}
.color-3 {
color: #d7b56a;
}
.color-4 {
color: #e0c2a3;
}
.color-5 {
color: #b57e5e;
}
/* CSS Variables */
:root {
--color-1: #c1a26c;
--color-2: #b68d54;
--color-3: #d7b56a;
--color-4: #e0c2a3;
--color-5: #b57e5e;
}
Toffee Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a26c, #b68d54, #d7b56a, #e0c2a3, #b57e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a26c, #b68d54, #d7b56a, #e0c2a3, #b57e5e);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Toffee Brown color palette created on .