Color names in this palette
CSS code for this palette
/* CSS */
.adventure-island-pink {
color: #f77855;
}
.shrimp-cocktail {
color: #f8a163;
}
.butterscotch {
color: #f7b345;
}
.booger {
color: #9db33d;
}
.purple-cort {
color: #583c50;
}
/* CSS Variables */
:root {
--adventure-island-pink:#f77855;
--shrimp-cocktail:#f8a163;
--butterscotch:#f7b345;
--booger:#9db33d;
--purple-cort:#583c50;
}