Color names in this palette
CSS code for this palette
/* CSS */
.pasta-luego {
color: #f9e380;
}
.butterfield {
color: #f5c25b;
}
.troll-slayer-orange {
color: #f4a14e;
}
.spicy-paella {
color: #f38d39;
}
.basketball {
color: #f6692c;
}
/* CSS Variables */
:root {
--pasta-luego:#f9e380;
--butterfield:#f5c25b;
--troll-slayer-orange:#f4a14e;
--spicy-paella:#f38d39;
--basketball:#f6692c;
}