Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.devil-s-grass {
color: #4baf4e;
}
.cool-aloe {
color: #a8d8a2;
}
.m-l-b-i-oyster {
color: #f2f2d4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--devil-s-grass:#4baf4e;
--cool-aloe:#a8d8a2;
--m-l-b-i-oyster:#f2f2d4;
--grapefruit-pulp:#ff6e61;
}