Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.young-bamboo {
color: #6dba8b;
}
.green-gooseberry {
color: #b1e09f;
}
.marigold-dust {
color: #f4cf3e;
}
.glazed-carrot {
color: #e5682a;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--young-bamboo:#6dba8b;
--green-gooseberry:#b1e09f;
--marigold-dust:#f4cf3e;
--glazed-carrot:#e5682a;
}