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: #6a4e4e;
}
.color-2 {
color: #b7a89a;
}
.color-3 {
color: #f4e0d7;
}
.color-4 {
color: #f8c29b;
}
.color-5 {
color: #c1a68b;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #b7a89a;
--color-3: #f4e0d7;
--color-4: #f8c29b;
--color-5: #c1a68b;
}

Brown Chocolate background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #b7a89a, #f4e0d7, #f8c29b, #c1a68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #b7a89a, #f4e0d7, #f8c29b, #c1a68b);
}

Brown Chocolate color palette created on .