Color names in this palette
CSS code for this palette
/* CSS */
.lime-taffy {
color: #b8d5b4;
}
.twin-cities {
color: #a4c6c6;
}
.calabrese {
color: #f2a6a6;
}
.venetian-yellow {
color: #f8e5a0;
}
.brilliant-beige {
color: #f1c3b7;
}
/* CSS Variables */
:root {
--lime-taffy:#b8d5b4;
--twin-cities:#a4c6c6;
--calabrese:#f2a6a6;
--venetian-yellow:#f8e5a0;
--brilliant-beige:#f1c3b7;
}