Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.duckling {
color: #fbb05b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.green-trance {
color: #a0d9a0;
}
.natural-orchestra {
color: #4b9b79;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--duckling:#fbb05b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--green-trance:#a0d9a0;
--natural-orchestra:#4b9b79;
}