Color names in this palette
CSS code for this palette
/* CSS */
.corn-kernel {
color: #ffcba3;
}
.lugganath-orange {
color: #f5a68a;
}
.florida-mango {
color: #ef9c6c;
}
.sari {
color: #e67d60;
}
.ginger-flower {
color: #d05249;
}
/* CSS Variables */
:root {
--corn-kernel:#ffcba3;
--lugganath-orange:#f5a68a;
--florida-mango:#ef9c6c;
--sari:#e67d60;
--ginger-flower:#d05249;
}