Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.green-trance {
color: #a4d5a6;
}
.bone-chilling {
color: #dff1f1;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.egg-yolk {
color: #ffcc80;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--green-trance:#a4d5a6;
--bone-chilling:#dff1f1;
--ti-n-l-n-sky:#65b5f6;
--egg-yolk:#ffcc80;
}