Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d8503b;
}
.coppersmith {
color: #d88541;
}
.va-va-voom {
color: #e6b84c;
}
.t-morokoshi-yellow {
color: #f0c266;
}
.sugar-cookie {
color: #f2e3a1;
}
/* CSS Variables */
:root {
--fire-island:#d8503b;
--coppersmith:#d88541;
--va-va-voom:#e6b84c;
--t-morokoshi-yellow:#f0c266;
--sugar-cookie:#f2e3a1;
}