Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.woven-gold {
color: #d8b63b;
}
.pitapat {
color: #f0e89e;
}
.folk-tales {
color: #a4c6b4;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--woven-gold:#d8b63b;
--pitapat:#f0e89e;
--folk-tales:#a4c6b4;
--boat-house:#4b8abe;
}