Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.mellow-apricot {
color: #f9b87b;
}
.hu-ng-j-n-zh-u-gold {
color: #fcd769;
}
.dull-yellow {
color: #f1df5b;
}
.tropical-violet {
color: #d4a5e3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--mellow-apricot:#f9b87b;
--hu-ng-j-n-zh-u-gold:#fcd769;
--dull-yellow:#f1df5b;
--tropical-violet:#d4a5e3;
}