Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.hawkbit {
color: #ffdb70;
}
.sun-crete {
color: #ff8c00;
}
.coquelicot {
color: #ff3c00;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--hawkbit:#ffdb70;
--sun-crete:#ff8c00;
--coquelicot:#ff3c00;
--grapefruit-pulp:#ff6e61;
}