Color names in this palette
CSS code for this palette
/* CSS */
.sawgrass-cottage {
color: #d6cda4;
}
.beach-dune {
color: #c5ba9b;
}
.sugared-almond {
color: #b29c7b;
}
.beehive {
color: #e1b784;
}
.ginger-ale {
color: #c7a86b;
}
/* CSS Variables */
:root {
--sawgrass-cottage:#d6cda4;
--beach-dune:#c5ba9b;
--sugared-almond:#b29c7b;
--beehive:#e1b784;
--ginger-ale:#c7a86b;
}