Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7c9a4c;
}
.lime-lollipop {
color: #b2c17b;
}
.lime-bright {
color: #f3e4af;
}
.chai-latte {
color: #f8c9a0;
}
.astorath-red {
color: #e04a29;
}
/* CSS Variables */
:root {
--mossy-glossy:#7c9a4c;
--lime-lollipop:#b2c17b;
--lime-bright:#f3e4af;
--chai-latte:#f8c9a0;
--astorath-red:#e04a29;
}