Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.eyelash-viper {
color: #f4c54e;
}
.tusk {
color: #e6e7b1;
}
.terrace-pool {
color: #a3d7e0;
}
.harbor {
color: #598e9b;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--eyelash-viper:#f4c54e;
--tusk:#e6e7b1;
--terrace-pool:#a3d7e0;
--harbor:#598e9b;
}