Color names in this palette
CSS code for this palette
/* CSS */
.gas-giant {
color: #91defd;
}
.king-lizard {
color: #7dd421;
}
.jubilation {
color: #f8e025;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.run-lola-run {
color: #da2916;
}
/* CSS Variables */
:root {
--gas-giant:#91defd;
--king-lizard:#7dd421;
--jubilation:#f8e025;
--apricot-glazed-chicken:#f5a524;
--run-lola-run:#da2916;
}