Color names in this palette
CSS code for this palette
/* CSS */
.powdered-cocoa {
color: #322006;
}
.hippogriff-brown {
color: #5d400e;
}
.brown-eyed-girl {
color: #864d19;
}
.nataneyu-gold {
color: #a67c1c;
}
.minotaurus-brown {
color: #842110;
}
/* CSS Variables */
:root {
--powdered-cocoa:#322006;
--hippogriff-brown:#5d400e;
--brown-eyed-girl:#864d19;
--nataneyu-gold:#a67c1c;
--minotaurus-brown:#842110;
}