Color names in this palette
CSS code for this palette
/* CSS */
.overcast-brick {
color: #b15b39;
}
.plantain-chips {
color: #d5a84d;
}
.mustard-gold {
color: #a48b4c;
}
.trinidad-moruga-scorpion {
color: #d1333b;
}
.bountiful-gold {
color: #e4c06c;
}
/* CSS Variables */
:root {
--overcast-brick:#b15b39;
--plantain-chips:#d5a84d;
--mustard-gold:#a48b4c;
--trinidad-moruga-scorpion:#d1333b;
--bountiful-gold:#e4c06c;
}