Color names in this palette
CSS code for this palette
/* CSS */
.tasman-honey-yellow {
color: #e6c55c;
}
.green-papaya {
color: #e8d378;
}
.sugar-cookie {
color: #f1e3a2;
}
.foundation {
color: #f7e8c5;
}
.strike-it-rich {
color: #d9ba5e;
}
/* CSS Variables */
:root {
--tasman-honey-yellow:#e6c55c;
--green-papaya:#e8d378;
--sugar-cookie:#f1e3a2;
--foundation:#f7e8c5;
--strike-it-rich:#d9ba5e;
}