Color names in this palette
CSS code for this palette
/* CSS */
.primo {
color: #7fbc6c;
}
.relaxation-green {
color: #a8d09f;
}
.lasting-thoughts {
color: #d4e6b3;
}
.shalimar {
color: #f3f6a7;
}
.sunglow-gecko {
color: #ffce47;
}
/* CSS Variables */
:root {
--primo:#7fbc6c;
--relaxation-green:#a8d09f;
--lasting-thoughts:#d4e6b3;
--shalimar:#f3f6a7;
--sunglow-gecko:#ffce47;
}