Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.hu-ng-j-n-zh-u-gold {
color: #f6da6a;
}
.sea-cliff {
color: #a3c7e0;
}
.cliff-blue {
color: #608dbe;
}
.raftsman {
color: #3c5f9a;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--hu-ng-j-n-zh-u-gold:#f6da6a;
--sea-cliff:#a3c7e0;
--cliff-blue:#608dbe;
--raftsman:#3c5f9a;
}