Color names in this palette
CSS code for this palette
/* CSS */
.raw-copper {
color: #c66c4e;
}
.copper-river {
color: #f5a26b;
}
.firelight {
color: #f9d97b;
}
.sea-cliff {
color: #a3c7e0;
}
.boat-house {
color: #4a8dba;
}
/* CSS Variables */
:root {
--raw-copper:#c66c4e;
--copper-river:#f5a26b;
--firelight:#f9d97b;
--sea-cliff:#a3c7e0;
--boat-house:#4a8dba;
}