Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d4a0b0;
}
.first-date {
color: #f4b19f;
}
.honey-tone {
color: #f9d99a;
}
.muscadine {
color: #f4e7a9;
}
.artesian-pool {
color: #a7bfe2;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d4a0b0;
--first-date:#f4b19f;
--honey-tone:#f9d99a;
--muscadine:#f4e7a9;
--artesian-pool:#a7bfe2;
}