Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-juice {
color: #f9e67b;
}
.beach-party {
color: #f9d25d;
}
.raichu-orange {
color: #f9b13e;
}
.chat-orange {
color: #f7993b;
}
.apocalyptic-orange {
color: #f76d18;
}
/* CSS Variables */
:root {
--pineapple-juice:#f9e67b;
--beach-party:#f9d25d;
--raichu-orange:#f9b13e;
--chat-orange:#f7993b;
--apocalyptic-orange:#f76d18;
}