Color names in this palette
CSS code for this palette
/* CSS */
.kabuki {
color: #a7393b;
}
.fire-island {
color: #d8503b;
}
.orange-pospsicle {
color: #f2a60d;
}
.james-blonde {
color: #f2e2b5;
}
.lagoon {
color: #4b9b8c;
}
/* CSS Variables */
:root {
--kabuki:#a7393b;
--fire-island:#d8503b;
--orange-pospsicle:#f2a60d;
--james-blonde:#f2e2b5;
--lagoon:#4b9b8c;
}