Color names in this palette
CSS code for this palette
/* CSS */
.heat-wave {
color: #ff7b00;
}
.floral-leaf {
color: #ffb84d;
}
.old-yella {
color: #ffeb99;
}
.distilled-moss {
color: #ccffcc;
}
.apocyan {
color: #99ccff;
}
/* CSS Variables */
:root {
--heat-wave:#ff7b00;
--floral-leaf:#ffb84d;
--old-yella:#ffeb99;
--distilled-moss:#ccffcc;
--apocyan:#99ccff;
}