Color names in this palette
CSS code for this palette
/* CSS */
.liquorice-stick {
color: #b54040;
}
.goblin-eyes {
color: #e78c32;
}
.hu-ng-j-n-zh-u-gold {
color: #f8da6d;
}
.menthol-kiss {
color: #a3e1d6;
}
.blue-square {
color: #4e8a97;
}
/* CSS Variables */
:root {
--liquorice-stick:#b54040;
--goblin-eyes:#e78c32;
--hu-ng-j-n-zh-u-gold:#f8da6d;
--menthol-kiss:#a3e1d6;
--blue-square:#4e8a97;
}