Brown Chocolate Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Chocolate palette

Share this palette to:

Brown Chocolate color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e2b83c;
}
.color-3 {
color: #ba7c2c;
}
.color-4 {
color: #7a4e2a;
}
.color-5 {
color: #4c3e2f;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e2b83c;
--color-3: #ba7c2c;
--color-4: #7a4e2a;
--color-5: #4c3e2f;
}

Brown Chocolate background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e2b83c, #ba7c2c, #7a4e2a, #4c3e2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e2b83c, #ba7c2c, #7a4e2a, #4c3e2f);
}

Brown Chocolate color palette created on .