Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.amber-yellow {
color: #f8b359;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.cool-aloe {
color: #a9d9a1;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--amber-yellow:#f8b359;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--cool-aloe:#a9d9a1;
--windsor-way:#a2c7e7;
}