Beef Chaos Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beef Chaos palette
Color Inspiration
Images that showcase this color palette in real designs
Download Beef Chaos Color Palette (PNG)
Beef Chaos color palette CSS
/* CSS */
.color-1 {
color: #4a1218;
}
.color-2 {
color: #535819;
}
.color-3 {
color: #546e21;
}
.color-4 {
color: #2e681d;
}
.color-5 {
color: #074513;
}
/* CSS Variables */
:root {
--color-1: #4a1218;
--color-2: #535819;
--color-3: #546e21;
--color-4: #2e681d;
--color-5: #074513;
}
Beef Chaos background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1218, #535819, #546e21, #2e681d, #074513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1218, #535819, #546e21, #2e681d, #074513);
}
Similar color palettes
Beef Chaos color palette created on .