Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d74f37;
}
.golden-apricot {
color: #dca94c;
}
.sport-yellow {
color: #f2d578;
}
.airborne {
color: #a1c1d4;
}
.provincial-blue {
color: #5d7b92;
}
/* CSS Variables */
:root {
--fire-island:#d74f37;
--golden-apricot:#dca94c;
--sport-yellow:#f2d578;
--airborne:#a1c1d4;
--provincial-blue:#5d7b92;
}