Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.goldfinch {
color: #f9e45d;
}
.green-gooseberry {
color: #b0e2a6;
}
.blue-racer {
color: #4ca1ae;
}
.nautical {
color: #304c7e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--goldfinch:#f9e45d;
--green-gooseberry:#b0e2a6;
--blue-racer:#4ca1ae;
--nautical:#304c7e;
}