Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.yellow-sea {
color: #f2a03a;
}
.sweet-potato {
color: #d87a3b;
}
.red-terra {
color: #ab4b30;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--solar-plexus-chakra:#f1c84b;
--yellow-sea:#f2a03a;
--sweet-potato:#d87a3b;
--red-terra:#ab4b30;
}