Brown Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Moth palette

Share this palette to:

Brown Moth color palette CSS

/* CSS */
.color-1 {
color: #d5c4b3;
}
.color-2 {
color: #b9a292;
}
.color-3 {
color: #8c7b6e;
}
.color-4 {
color: #5f564e;
}
.color-5 {
color: #3b3b3b;
}

/* CSS Variables */
:root {
--color-1: #d5c4b3;
--color-2: #b9a292;
--color-3: #8c7b6e;
--color-4: #5f564e;
--color-5: #3b3b3b;
}

Brown Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c4b3, #b9a292, #8c7b6e, #5f564e, #3b3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c4b3, #b9a292, #8c7b6e, #5f564e, #3b3b3b);
}

Brown Moth color palette created on .