Color names in this palette
CSS code for this palette
/* CSS */
.hidden-valley {
color: #6b9a3c;
}
.jungle-juice {
color: #a6c45f;
}
.pineapple-delight {
color: #f0e8a8;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.lusty-orange {
color: #e06f29;
}
/* CSS Variables */
:root {
--hidden-valley:#6b9a3c;
--jungle-juice:#a6c45f;
--pineapple-delight:#f0e8a8;
--solar-plexus-chakra:#f1cb4b;
--lusty-orange:#e06f29;
}