Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d2a770;
}
.biltmore-buff {
color: #e3caa1;
}
.friendly-yellow {
color: #f4e1b3;
}
.first-date {
color: #f1b2a2;
}
.my-pink {
color: #d78e7f;
}
/* CSS Variables */
:root {
--artemis:#d2a770;
--biltmore-buff:#e3caa1;
--friendly-yellow:#f4e1b3;
--first-date:#f1b2a2;
--my-pink:#d78e7f;
}