Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b1a3;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.sunny {
color: #f2f07d;
}
.lime-lizard {
color: #a3d55d;
}
.nancy {
color: #57b7e0;
}
/* CSS Variables */
:root {
--first-date:#f5b1a3;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--sunny:#f2f07d;
--lime-lizard:#a3d55d;
--nancy:#57b7e0;
}