Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c4a;
}
.rally-green {
color: #7ebe7e;
}
.grape-green {
color: #a6e2a6;
}
.pale-honey {
color: #f7d7ab;
}
.childhood-crush {
color: #e06c6c;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c4a;
--rally-green:#7ebe7e;
--grape-green:#a6e2a6;
--pale-honey:#f7d7ab;
--childhood-crush:#e06c6c;
}