Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #fbcb3c;
}
.i-m-a-local {
color: #eabf5d;
}
.wonton-dumpling {
color: #d0a56c;
}
.maui-poi {
color: #b08b7d;
}
.kyo-purple {
color: #9f5b8d;
}
/* CSS Variables */
:root {
--yellow-jacket:#fbcb3c;
--i-m-a-local:#eabf5d;
--wonton-dumpling:#d0a56c;
--maui-poi:#b08b7d;
--kyo-purple:#9f5b8d;
}