Meat Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meat Tones palette

Share this palette to:

Meat Tones color palette CSS

/* CSS */
.color-1 {
color: #8b5b5b;
}
.color-2 {
color: #d26a6f;
}
.color-3 {
color: #ffb59e;
}
.color-4 {
color: #f6e0c1;
}
.color-5 {
color: #b6c9b1;
}

/* CSS Variables */
:root {
--color-1: #8b5b5b;
--color-2: #d26a6f;
--color-3: #ffb59e;
--color-4: #f6e0c1;
--color-5: #b6c9b1;
}

Meat Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5b5b, #d26a6f, #ffb59e, #f6e0c1, #b6c9b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5b5b, #d26a6f, #ffb59e, #f6e0c1, #b6c9b1);
}

Meat Tones color palette created on .