Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mustard {
color: #d7b670;
}
.mille-feuille {
color: #f0c97f;
}
.optimistic-yellow {
color: #f4e1a4;
}
.fizz {
color: #b0d6a9;
}
.rosemary-green {
color: #6d9c70;
}
/* CSS Variables */
:root {
--sweet-mustard:#d7b670;
--mille-feuille:#f0c97f;
--optimistic-yellow:#f4e1a4;
--fizz:#b0d6a9;
--rosemary-green:#6d9c70;
}