Color names in this palette
CSS code for this palette
/* CSS */
.burning-trail {
color: #ef9c1f;
}
.caroling-candlelight {
color: #ffba52;
}
.spirited-yellow {
color: #ffdc85;
}
.eucalipto {
color: #49c5a4;
}
.catalan {
color: #3e9293;
}
/* CSS Variables */
:root {
--burning-trail:#ef9c1f;
--caroling-candlelight:#ffba52;
--spirited-yellow:#ffdc85;
--eucalipto:#49c5a4;
--catalan:#3e9293;
}