Color names in this palette
CSS code for this palette
/* CSS */
.blue-jay {
color: #4e8bda;
}
.bliss-blue {
color: #7cc7e4;
}
.blizzard-blue {
color: #a1e5f2;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--blue-jay:#4e8bda;
--bliss-blue:#7cc7e4;
--blizzard-blue:#a1e5f2;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--carrot:#ff6e42;
}