Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.floral-leaf {
color: #ffb84d;
}
.tiger-yellow {
color: #ffdf80;
}
.peach-damask {
color: #f6c8a7;
}
.fluorescent-red {
color: #ff5252;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--floral-leaf:#ffb84d;
--tiger-yellow:#ffdf80;
--peach-damask:#f6c8a7;
--fluorescent-red:#ff5252;
}