Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d4a66e;
}
.veranda-gold {
color: #b19c68;
}
.ancient-pottery {
color: #a67c5e;
}
.blue-mirage {
color: #5a6d7c;
}
.hippie-blue {
color: #498c9c;
}
/* CSS Variables */
:root {
--artemis:#d4a66e;
--veranda-gold:#b19c68;
--ancient-pottery:#a67c5e;
--blue-mirage:#5a6d7c;
--hippie-blue:#498c9c;
}