Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c451;
}
.fluorescent-red-orange {
color: #ff7e29;
}
.endless-possibilities {
color: #e03e3e;
}
.dahlia {
color: #8a3f8d;
}
.olympic-blue {
color: #5096f2;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c451;
--fluorescent-red-orange:#ff7e29;
--endless-possibilities:#e03e3e;
--dahlia:#8a3f8d;
--olympic-blue:#5096f2;
}