Color names in this palette
CSS code for this palette
/* CSS */
.tobiko-orange {
color: #e75d0d;
}
.summer-day {
color: #eaaf61;
}
.salmon-eggs {
color: #f4d35d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--tobiko-orange:#e75d0d;
--summer-day:#eaaf61;
--salmon-eggs:#f4d35d;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}