Color names in this palette
CSS code for this palette
/* CSS */
.korean-mint {
color: #5b805d;
}
.fresh-cut-grass {
color: #90cc7b;
}
.madang {
color: #b3e5a4;
}
.glisten-yellow {
color: #f7e8ab;
}
.koji-orange {
color: #f7b24b;
}
/* CSS Variables */
:root {
--korean-mint:#5b805d;
--fresh-cut-grass:#90cc7b;
--madang:#b3e5a4;
--glisten-yellow:#f7e8ab;
--koji-orange:#f7b24b;
}