Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.temptatious-tangerine {
color: #ff7e2e;
}
.floral-leaf {
color: #ffb84d;
}
.marigold {
color: #ffc105;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--temptatious-tangerine:#ff7e2e;
--floral-leaf:#ffb84d;
--marigold:#ffc105;
--grapefruit-pulp:#ff6e61;
}