Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f8d63f;
}
.raichu-orange {
color: #f7ae40;
}
.ornery-tangerine {
color: #f77d26;
}
.plastic-carrot {
color: #f75e22;
}
.spiritstone-red {
color: #f7411d;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f8d63f;
--raichu-orange:#f7ae40;
--ornery-tangerine:#f77d26;
--plastic-carrot:#f75e22;
--spiritstone-red:#f7411d;
}