Color names in this palette
CSS code for this palette
/* CSS */
.red-death {
color: #bf2b18;
}
.coral-orange {
color: #e76950;
}
.shrimp-cocktail {
color: #f4a462;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
/* CSS Variables */
:root {
--red-death:#bf2b18;
--coral-orange:#e76950;
--shrimp-cocktail:#f4a462;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
}