Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #70bf5a;
}
.green-balloon {
color: #82c4a9;
}
.late-day-sun {
color: #f3e08c;
}
.calabrese {
color: #f1a8a2;
}
.heather-berry {
color: #e75581;
}
/* CSS Variables */
:root {
--drop-green:#70bf5a;
--green-balloon:#82c4a9;
--late-day-sun:#f3e08c;
--calabrese:#f1a8a2;
--heather-berry:#e75581;
}