Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3d3a;
}
.oiled-teak {
color: #6b5b52;
}
.rich-taupe {
color: #b29b8a;
}
.buttercup-yellow {
color: #e4c3a0;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3d3a;
--oiled-teak:#6b5b52;
--rich-taupe:#b29b8a;
--buttercup-yellow:#e4c3a0;
--flower-of-oahu:#f6dfc6;
}