Color names in this palette
CSS code for this palette
/* CSS */
.rustic-adobe {
color: #d79b70;
}
.gilded-pear {
color: #bf9f69;
}
.around-the-gills {
color: #a6b86b;
}
.lenticular-ore {
color: #6eb4aa;
}
.scanda {
color: #708da9;
}
/* CSS Variables */
:root {
--rustic-adobe:#d79b70;
--gilded-pear:#bf9f69;
--around-the-gills:#a6b86b;
--lenticular-ore:#6eb4aa;
--scanda:#708da9;
}