Color names in this palette
CSS code for this palette
/* CSS */
.shark-bait {
color: #e75f9a;
}
.rogue-pink {
color: #f7a1c1;
}
.havana-cream {
color: #f9e7c3;
}
.basket-of-gold {
color: #f1d03b;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--shark-bait:#e75f9a;
--rogue-pink:#f7a1c1;
--havana-cream:#f9e7c3;
--basket-of-gold:#f1d03b;
--shocking-orange:#ff6d1f;
}