Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.lugganath-orange {
color: #f3a78c;
}
.pink-pepper {
color: #f15b6a;
}
.kacey-s-pink {
color: #e94e77;
}
.kirby {
color: #d84f8f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--lugganath-orange:#f3a78c;
--pink-pepper:#f15b6a;
--kacey-s-pink:#e94e77;
--kirby:#d84f8f;
}