Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.tropic-turquoise {
color: #69b09f;
}
.botanical-tint {
color: #a9e5d1;
}
.gold-sand {
color: #f6e5a7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--tropic-turquoise:#69b09f;
--botanical-tint:#a9e5d1;
--gold-sand:#f6e5a7;
--shrimp-cocktail:#f4a462;
}