Color names in this palette
CSS code for this palette
/* CSS */
.hot-butter {
color: #e6a100;
}
.effervescent-lime {
color: #9fda2b;
}
.waterfall {
color: #35b69a;
}
.stomy-shower {
color: #0086b3;
}
.sweet-flag {
color: #664091;
}
/* CSS Variables */
:root {
--hot-butter:#e6a100;
--effervescent-lime:#9fda2b;
--waterfall:#35b69a;
--stomy-shower:#0086b3;
--sweet-flag:#664091;
}