Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.giallo {
color: #f2d43a;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--sunset-yellow:#ff8b3d;
--pieces-of-eight:#ffb13d;
--giallo:#f2d43a;
--troll-slayer-orange:#f3a34f;
}