Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.durango-dust {
color: #f9e49f;
}
.pink-mimosa {
color: #f9b6a9;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--durango-dust:#f9e49f;
--pink-mimosa:#f9b6a9;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}