Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1c4f82;
}
.aqueous {
color: #3a8e9c;
}
.peppermint-fresh {
color: #69bf9e;
}
.basil-smash {
color: #b6e6a3;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--clear-night-sky:#1c4f82;
--aqueous:#3a8e9c;
--peppermint-fresh:#69bf9e;
--basil-smash:#b6e6a3;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}