Color names in this palette
CSS code for this palette
/* CSS */
.trinidad-moruga-scorpion {
color: #d22d40;
}
.orange-soda {
color: #f55c3d;
}
.mythical-orange {
color: #ff7b47;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe58f;
}
/* CSS Variables */
:root {
--trinidad-moruga-scorpion:#d22d40;
--orange-soda:#f55c3d;
--mythical-orange:#ff7b47;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe58f;
}