Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.miami-marmalade {
color: #f68d1e;
}
.tomato-bisque {
color: #d85b13;
}
.cinnamon-bun {
color: #a74c0c;
}
.hippogriff-brown {
color: #5e3e0d;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--miami-marmalade:#f68d1e;
--tomato-bisque:#d85b13;
--cinnamon-bun:#a74c0c;
--hippogriff-brown:#5e3e0d;
}