Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.american-yellow {
color: #f5b400;
}
.energy-yellow {
color: #f7d850;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fire-island {
color: #d94d3a;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--american-yellow:#f5b400;
--energy-yellow:#f7d850;
--grapefruit-pulp:#ff6e61;
--fire-island:#d94d3a;
}