Color names in this palette
CSS code for this palette
/* CSS */
.sizzling-red {
color: #ff3d5a;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.banana-farm {
color: #ffdf3d;
}
.yellow-green {
color: #d5ff3d;
}
/* CSS Variables */
:root {
--sizzling-red:#ff3d5a;
--synthetic-pumpkin:#ff7b3d;
--pieces-of-eight:#ffb13d;
--banana-farm:#ffdf3d;
--yellow-green:#d5ff3d;
}