Dark Brown Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Brown Delight palette

Share this palette to:

Dark Brown Delight color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6e4949;
}
.color-3 {
color: #8b5b4b;
}
.color-4 {
color: #d1b47b;
}
.color-5 {
color: #e6c6b2;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6e4949;
--color-3: #8b5b4b;
--color-4: #d1b47b;
--color-5: #e6c6b2;
}

Dark Brown Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6e4949, #8b5b4b, #d1b47b, #e6c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6e4949, #8b5b4b, #d1b47b, #e6c6b2);
}

Dark Brown Delight color palette created on .