Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c6;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.lime-lizard {
color: #a3d55d;
}
.gondolier {
color: #5eb2c9;
}
.china-pattern {
color: #3e5a75;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c6;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--lime-lizard:#a3d55d;
--gondolier:#5eb2c9;
--china-pattern:#3e5a75;
}