Color names in this palette
CSS code for this palette
/* CSS */
.rosemarried {
color: #7c9c4f;
}
.rebounder {
color: #b9d56d;
}
.light-sh-shin-yellow {
color: #f4e680;
}
.chat-orange {
color: #f79c40;
}
.energetic-orange {
color: #d4573a;
}
/* CSS Variables */
:root {
--rosemarried:#7c9c4f;
--rebounder:#b9d56d;
--light-sh-shin-yellow:#f4e680;
--chat-orange:#f79c40;
--energetic-orange:#d4573a;
}