Mocha Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mocha Shades palette
Mocha Shades color palette CSS
/* CSS */
.color-1 {
color: #c4b59c;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #8c7c6e;
}
.color-4 {
color: #694b49;
}
.color-5 {
color: #4e3b3c;
}
/* CSS Variables */
:root {
--color-1: #c4b59c;
--color-2: #a8a08f;
--color-3: #8c7c6e;
--color-4: #694b49;
--color-5: #4e3b3c;
}
Mocha Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b59c, #a8a08f, #8c7c6e, #694b49, #4e3b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b59c, #a8a08f, #8c7c6e, #694b49, #4e3b3c);
}
Similar color palettes
Mocha Shades color palette created on .