Color names in this palette
CSS code for this palette
/* CSS */
.forest-maid {
color: #5abf5a;
}
.tropical-light {
color: #a3d86e;
}
.light-sh-shin-yellow {
color: #f9e780;
}
.samoan-sun {
color: #f6ba41;
}
.langoustine {
color: #d94f20;
}
/* CSS Variables */
:root {
--forest-maid:#5abf5a;
--tropical-light:#a3d86e;
--light-sh-shin-yellow:#f9e780;
--samoan-sun:#f6ba41;
--langoustine:#d94f20;
}