Color names in this palette
CSS code for this palette
/* CSS */
.arboretum {
color: #6ebf9b;
}
.tropical-trail {
color: #8fd6b4;
}
.mountain-mint {
color: #a8e1c1;
}
.toxic-latte {
color: #e2f8e5;
}
.old-lace {
color: #fdf3e7;
}
/* CSS Variables */
:root {
--arboretum:#6ebf9b;
--tropical-trail:#8fd6b4;
--mountain-mint:#a8e1c1;
--toxic-latte:#e2f8e5;
--old-lace:#fdf3e7;
}