Color names in this palette
CSS code for this palette
/* CSS */
.langoustine {
color: #da502b;
}
.amber-yellow {
color: #f7b859;
}
.cymophane-yellow {
color: #f2e6a6;
}
.legacy-blue {
color: #9fc7e0;
}
.boat-house {
color: #4f8cba;
}
/* CSS Variables */
:root {
--langoustine:#da502b;
--amber-yellow:#f7b859;
--cymophane-yellow:#f2e6a6;
--legacy-blue:#9fc7e0;
--boat-house:#4f8cba;
}