Cocoa Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Brown palette
Cocoa Brown color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #7e5d4e;
}
.color-3 {
color: #a68b6e;
}
.color-4 {
color: #e1af9d;
}
.color-5 {
color: #c8a388;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #7e5d4e;
--color-3: #a68b6e;
--color-4: #e1af9d;
--color-5: #c8a388;
}
Cocoa Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #7e5d4e, #a68b6e, #e1af9d, #c8a388);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #7e5d4e, #a68b6e, #e1af9d, #c8a388);
}
Similar color palettes
Cocoa Brown color palette created on .