Color names in this palette
CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.felt-green {
color: #6ebf90;
}
.vista-blue {
color: #90d5b5;
}
.cameo-cream {
color: #f4e2c3;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--felt-green:#6ebf90;
--vista-blue:#90d5b5;
--cameo-cream:#f4e2c3;
--citrus-blast:#e07c3e;
}