Color names in this palette
CSS code for this palette
/* CSS */
.pink-yarrow {
color: #d53f8c;
}
.camellia {
color: #f76959;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.green-gooseberry {
color: #b2e1a3;
}
.maldives {
color: #00bad6;
}
/* CSS Variables */
:root {
--pink-yarrow:#d53f8c;
--camellia:#f76959;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--green-gooseberry:#b2e1a3;
--maldives:#00bad6;
}