Dark Chocolate Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Chocolate Shades palette

Share this palette to:

Dark Chocolate Shades color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6b4f43;
}
.color-3 {
color: #a85c4d;
}
.color-4 {
color: #d3805a;
}
.color-5 {
color: #f1c6a7;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6b4f43;
--color-3: #a85c4d;
--color-4: #d3805a;
--color-5: #f1c6a7;
}

Dark Chocolate Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6b4f43, #a85c4d, #d3805a, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6b4f43, #a85c4d, #d3805a, #f1c6a7);
}

Dark Chocolate Shades color palette created on .