Color names in this palette
CSS code for this palette
/* CSS */
.pine-forest {
color: #404f40;
}
.mossleaf {
color: #8d9a8d;
}
.rainee {
color: #b3c2b3;
}
.creamy-sweet-corn {
color: #f4c24e;
}
.tory-red {
color: #d96c5e;
}
/* CSS Variables */
:root {
--pine-forest:#404f40;
--mossleaf:#8d9a8d;
--rainee:#b3c2b3;
--creamy-sweet-corn:#f4c24e;
--tory-red:#d96c5e;
}