Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.prison-jumpsuit {
color: #fbac4b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.balinese-sunset {
color: #f2a578;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--prison-jumpsuit:#fbac4b;
--breeze-of-chilli:#f76e6e;
--balinese-sunset:#f2a578;
--black:#000000;
}