Color names in this palette
CSS code for this palette
/* CSS */
.khmer-curry {
color: #ef5552;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.green-trance {
color: #a4d5a6;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--khmer-curry:#ef5552;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--green-trance:#a4d5a6;
--ti-n-l-n-sky:#65b5f6;
}