Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.flame-scarlet {
color: #d72839;
}
.rural-red {
color: #b71045;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--flame-scarlet:#d72839;
--rural-red:#b71045;
}