Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.flyway {
color: #5eb5d4;
}
.marigold-dust {
color: #f4cf3e;
}
.wiener-schnitzel {
color: #f09c00;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--flyway:#5eb5d4;
--marigold-dust:#f4cf3e;
--wiener-schnitzel:#f09c00;
--fire-island:#d8503b;
}