Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.upstream-salmon {
color: #f89e77;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.green-gooseberry {
color: #b1e2a2;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--upstream-salmon:#f89e77;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--green-gooseberry:#b1e2a2;
--sea-cliff:#a3c7e0;
}