Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.fuchsia-blue {
color: #7e56c2;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--fuchsia-blue:#7e56c2;
--bluish-purple-anemone:#5d6cc0;
}