Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.copper-river {
color: #f5a46b;
}
.fire-flower {
color: #f48d34;
}
.salsa-sizzle {
color: #e87a3b;
}
.tangerine-bliss {
color: #d65b2e;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--copper-river:#f5a46b;
--fire-flower:#f48d34;
--salsa-sizzle:#e87a3b;
--tangerine-bliss:#d65b2e;
}