Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8fb9;
}
.larkspur {
color: #3b7a91;
}
.spearmint-burst {
color: #5abf8b;
}
.freesia {
color: #f6c02c;
}
.iron-orange {
color: #e56b1f;
}
/* CSS Variables */
:root {
--boat-house:#4b8fb9;
--larkspur:#3b7a91;
--spearmint-burst:#5abf8b;
--freesia:#f6c02c;
--iron-orange:#e56b1f;
}