Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d2;
}
.pallid-orange {
color: #f8b8a0;
}
.allspice {
color: #f6cba7;
}
.no-gmb-yellow {
color: #f8e88b;
}
.blackberry-yogurt {
color: #e4b3e5;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d2;
--pallid-orange:#f8b8a0;
--allspice:#f6cba7;
--no-gmb-yellow:#f8e88b;
--blackberry-yogurt:#e4b3e5;
}