Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.angel-s-trumpet {
color: #f2e03a;
}
.flush-orange {
color: #fa6c00;
}
.wild-strawberry {
color: #ff2e9a;
}
.bubble-bobble-green {
color: #00b300;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--angel-s-trumpet:#f2e03a;
--flush-orange:#fa6c00;
--wild-strawberry:#ff2e9a;
--bubble-bobble-green:#00b300;
}