Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.samoan-sun {
color: #f9b848;
}
.chat-orange {
color: #f99c3e;
}
.fall-river {
color: #f68f41;
}
.opulent-orange {
color: #f5683d;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--samoan-sun:#f9b848;
--chat-orange:#f99c3e;
--fall-river:#f68f41;
--opulent-orange:#f5683d;
}