Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8ccb9;
}
.ginger-milk {
color: #f6a65a;
}
.creole-sauce {
color: #f48b2f;
}
.apocalyptic-orange {
color: #f16f1e;
}
.rose-madder {
color: #e0383b;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8ccb9;
--ginger-milk:#f6a65a;
--creole-sauce:#f48b2f;
--apocalyptic-orange:#f16f1e;
--rose-madder:#e0383b;
}