Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.allspice {
color: #f6cba7;
}
.banana-yogurt {
color: #f9e9b4;
}
.southern-belle {
color: #a3d7c1;
}
.mint-cold-green {
color: #6ebf9f;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--allspice:#f6cba7;
--banana-yogurt:#f9e9b4;
--southern-belle:#a3d7c1;
--mint-cold-green:#6ebf9f;
}