Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3e7b93;
}
.salt-lake {
color: #6fc5d3;
}
.blizzard-blue {
color: #a1e5e8;
}
.calabrese {
color: #f1a8a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--larkspur:#3e7b93;
--salt-lake:#6fc5d3;
--blizzard-blue:#a1e5e8;
--calabrese:#f1a8a2;
--grapefruit-pulp:#ff6e61;
}