Color names in this palette
CSS code for this palette
/* CSS */
.eton-blue {
color: #a7d3d3;
}
.ode-to-green {
color: #b2e6d6;
}
.sugar-cookie {
color: #f0e2a3;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.troll-slayer-orange {
color: #f6a64c;
}
/* CSS Variables */
:root {
--eton-blue:#a7d3d3;
--ode-to-green:#b2e6d6;
--sugar-cookie:#f0e2a3;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--troll-slayer-orange:#f6a64c;
}