Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d84a31;
}
.sandy-brown {
color: #f5a35b;
}
.yellow-cream {
color: #f2d36e;
}
.pound-cake {
color: #fef1c3;
}
.tulip-tree {
color: #e5a53e;
}
/* CSS Variables */
:root {
--spicy-orange:#d84a31;
--sandy-brown:#f5a35b;
--yellow-cream:#f2d36e;
--pound-cake:#fef1c3;
--tulip-tree:#e5a53e;
}