Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94e36;
}
.chinese-orange {
color: #f16f3b;
}
.carona {
color: #f9a52f;
}
.royal-yellow {
color: #f9d94e;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
/* CSS Variables */
:root {
--fire-island:#d94e36;
--chinese-orange:#f16f3b;
--carona:#f9a52f;
--royal-yellow:#f9d94e;
--cr-me-de-la-cr-me:#f2e8b5;
}