Color names in this palette
CSS code for this palette
/* CSS */
.hemp-tea {
color: #b6b75c;
}
.guacamole-ambrosia {
color: #d4d28c;
}
.leaf-yellow {
color: #e9d9a0;
}
.martica {
color: #f5e6b7;
}
.cream-custard {
color: #f2d7b0;
}
/* CSS Variables */
:root {
--hemp-tea:#b6b75c;
--guacamole-ambrosia:#d4d28c;
--leaf-yellow:#e9d9a0;
--martica:#f5e6b7;
--cream-custard:#f2d7b0;
}