Color names in this palette
CSS code for this palette
/* CSS */
.indian-yellow {
color: #e3a759;
}
.maximum-yellow-red {
color: #f1b74b;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.solarized {
color: #f9d14e;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--indian-yellow:#e3a759;
--maximum-yellow-red:#f1b74b;
--creamy-sweet-corn:#f6c54c;
--solarized:#f9d14e;
--mad-for-mango:#f5a300;
}