Color names in this palette
CSS code for this palette
/* CSS */
.jade-dragon {
color: #6aa093;
}
.beau-monde {
color: #78b5a0;
}
.southern-belle {
color: #a7d7c2;
}
.woven-raffia {
color: #f2dfc0;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--jade-dragon:#6aa093;
--beau-monde:#78b5a0;
--southern-belle:#a7d7c2;
--woven-raffia:#f2dfc0;
--honey-wax:#f9a824;
}