Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f9d73e;
}
.american-yellow {
color: #f5b400;
}
.lemonade-stand {
color: #f6c73c;
}
.pesto-calabrese {
color: #f79022;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f9d73e;
--american-yellow:#f5b400;
--lemonade-stand:#f6c73c;
--pesto-calabrese:#f79022;
--nasturtium-flower:#e64919;
}