Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.flame-scarlet {
color: #d72839;
}
.cosmos-blue {
color: #002e47;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--flame-scarlet:#d72839;
--cosmos-blue:#002e47;
}