Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.hot-shot {
color: #f04d28;
}
.pink-yarrow {
color: #d83b7d;
}
.wizard-s-potion {
color: #5e5c99;
}
.nautical {
color: #2f4b7f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--hot-shot:#f04d28;
--pink-yarrow:#d83b7d;
--wizard-s-potion:#5e5c99;
--nautical:#2f4b7f;
}