Brown Mine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Mine palette
Brown Mine color palette CSS
/* CSS */
.color-1 {
color: #8c7b4f;
}
.color-2 {
color: #af9b6e;
}
.color-3 {
color: #e0bf9a;
}
.color-4 {
color: #d6a800;
}
.color-5 {
color: #6a5a39;
}
/* CSS Variables */
:root {
--color-1: #8c7b4f;
--color-2: #af9b6e;
--color-3: #e0bf9a;
--color-4: #d6a800;
--color-5: #6a5a39;
}
Brown Mine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7b4f, #af9b6e, #e0bf9a, #d6a800, #6a5a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7b4f, #af9b6e, #e0bf9a, #d6a800, #6a5a39);
}
Similar color palettes
Brown Mine color palette created on .