Chocolate Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chocolate Shades palette

Share this palette to:

Chocolate Shades color palette CSS

/* CSS */
.color-1 {
color: #6a4f4d;
}
.color-2 {
color: #a86e6b;
}
.color-3 {
color: #d8b6a2;
}
.color-4 {
color: #f3e9d3;
}
.color-5 {
color: #e6aa60;
}

/* CSS Variables */
:root {
--color-1: #6a4f4d;
--color-2: #a86e6b;
--color-3: #d8b6a2;
--color-4: #f3e9d3;
--color-5: #e6aa60;
}

Chocolate Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4f4d, #a86e6b, #d8b6a2, #f3e9d3, #e6aa60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4f4d, #a86e6b, #d8b6a2, #f3e9d3, #e6aa60);
}

Chocolate Shades color palette created on .