Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f9a658;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.grape-green {
color: #a9e0a3;
}
.candid-blue {
color: #6cc8e4;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--ginger-milk:#f9a658;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--grape-green:#a9e0a3;
--candid-blue:#6cc8e4;
--olympic-blue:#4b91e2;
}