Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-juice {
color: #f9e67b;
}
.sunny-mood {
color: #f6c84c;
}
.xanthous {
color: #f3b530;
}
.nuclear-mango {
color: #f29c2c;
}
.status-bronze {
color: #e28a2c;
}
/* CSS Variables */
:root {
--pineapple-juice:#f9e67b;
--sunny-mood:#f6c84c;
--xanthous:#f3b530;
--nuclear-mango:#f29c2c;
--status-bronze:#e28a2c;
}