Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.mad-for-mango {
color: #f5a300;
}
.curry-powder {
color: #d16900;
}
.muddy {
color: #a33600;
}
.cedar-wood-finish {
color: #701a00;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--mad-for-mango:#f5a300;
--curry-powder:#d16900;
--muddy:#a33600;
--cedar-wood-finish:#701a00;
}