Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d4a66e;
}
.pancotto-pugliese {
color: #c2d68f;
}
.adrift-on-the-nile {
color: #90b5e9;
}
.sea-loch {
color: #6f9bce;
}
.blues {
color: #2a699d;
}
/* CSS Variables */
:root {
--artemis:#d4a66e;
--pancotto-pugliese:#c2d68f;
--adrift-on-the-nile:#90b5e9;
--sea-loch:#6f9bce;
--blues:#2a699d;
}