Brutal Cocoa Howl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brutal Cocoa Howl palette
Brutal Cocoa Howl color palette CSS
/* CSS */
.color-1 {
color: #6e4b3a;
}
.color-2 {
color: #c2a08e;
}
.color-3 {
color: #e4b158;
}
.color-4 {
color: #f28d3a;
}
.color-5 {
color: #d7593c;
}
/* CSS Variables */
:root {
--color-1: #6e4b3a;
--color-2: #c2a08e;
--color-3: #e4b158;
--color-4: #f28d3a;
--color-5: #d7593c;
}
Brutal Cocoa Howl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4b3a, #c2a08e, #e4b158, #f28d3a, #d7593c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4b3a, #c2a08e, #e4b158, #f28d3a, #d7593c);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Brutal Cocoa Howl color palette created on .