Color names in this palette
CSS code for this palette
/* CSS */
.chipmunk {
color: #d4a149;
}
.tasman-honey-yellow {
color: #e6c85c;
}
.spring-yellow {
color: #f3e37c;
}
.lemon-burst {
color: #fcd87e;
}
.first-date {
color: #f6b4a2;
}
/* CSS Variables */
:root {
--chipmunk:#d4a149;
--tasman-honey-yellow:#e6c85c;
--spring-yellow:#f3e37c;
--lemon-burst:#fcd87e;
--first-date:#f6b4a2;
}