Color names in this palette
CSS code for this palette
/* CSS */
.airy-blue {
color: #8ac8f4;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.kisses-and-hugs {
color: #ff6b75;
}
.floral-leaf {
color: #ffb84d;
}
.bubble-algae {
color: #8ee6c4;
}
/* CSS Variables */
:root {
--airy-blue:#8ac8f4;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--kisses-and-hugs:#ff6b75;
--floral-leaf:#ffb84d;
--bubble-algae:#8ee6c4;
}