Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4f8cba;
}
.mint-cold-green {
color: #6ebf9f;
}
.wake-me-up {
color: #f1d55b;
}
.quince-jelly {
color: #f78e2b;
}
.fire-island {
color: #d7513c;
}
/* CSS Variables */
:root {
--boat-house:#4f8cba;
--mint-cold-green:#6ebf9f;
--wake-me-up:#f1d55b;
--quince-jelly:#f78e2b;
--fire-island:#d7513c;
}