Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.clean-pool {
color: #4ac7e3;
}
.onsen {
color: #6ef2b7;
}
.goldfinch {
color: #f9e45d;
}
.sea-nettle {
color: #f57a38;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--clean-pool:#4ac7e3;
--onsen:#6ef2b7;
--goldfinch:#f9e45d;
--sea-nettle:#f57a38;
}