Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3f7d92;
}
.grey-teal {
color: #5c998d;
}
.mountain-lake-green {
color: #79b99b;
}
.chinook {
color: #a1d3a5;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
/* CSS Variables */
:root {
--larkspur:#3f7d92;
--grey-teal:#5c998d;
--mountain-lake-green:#79b99b;
--chinook:#a1d3a5;
--cr-me-de-la-cr-me:#f3e7b4;
}