Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.dragon-ball {
color: #ff9a1f;
}
.floral-leaf {
color: #ffb84d;
}
.couscous {
color: #ffe299;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--dragon-ball:#ff9a1f;
--floral-leaf:#ffb84d;
--couscous:#ffe299;
--lusty-gallant:#ffcdcc;
}