Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f8b4c5;
}
.friendly-yellow {
color: #f6e1b1;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.almost-aloe {
color: #c5e5b3;
}
.thresher-shark {
color: #94c8e6;
}
/* CSS Variables */
:root {
--love-spell:#f8b4c5;
--friendly-yellow:#f6e1b1;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--almost-aloe:#c5e5b3;
--thresher-shark:#94c8e6;
}