Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.whisper-yellow {
color: #ffe4b8;
}
.affinity {
color: #ffd3a3;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--whisper-yellow:#ffe4b8;
--affinity:#ffd3a3;
--shocking-orange:#ff6d1f;
}