Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b74f4e;
}
.autumn-glimmer {
color: #eb8c4c;
}
.tasman-honey-yellow {
color: #e6c55c;
}
.young-green-onion {
color: #a8d64c;
}
.fennel-flower {
color: #709dff;
}
/* CSS Variables */
:root {
--enticing-red:#b74f4e;
--autumn-glimmer:#eb8c4c;
--tasman-honey-yellow:#e6c55c;
--young-green-onion:#a8d64c;
--fennel-flower:#709dff;
}