Color names in this palette
CSS code for this palette
/* CSS */
.victorian-garden {
color: #5a8c4a;
}
.stem-green {
color: #a9d88d;
}
.spring-kiss {
color: #e7f4b3;
}
.casablanca {
color: #f6b151;
}
.hubbard-squash {
color: #eabf8b;
}
/* CSS Variables */
:root {
--victorian-garden:#5a8c4a;
--stem-green:#a9d88d;
--spring-kiss:#e7f4b3;
--casablanca:#f6b151;
--hubbard-squash:#eabf8b;
}