Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d0;
}
.cruise {
color: #b3e5d5;
}
.homeopathic-lime {
color: #e8f8e2;
}
.hawaiian-cream {
color: #f9e8b9;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d0;
--cruise:#b3e5d5;
--homeopathic-lime:#e8f8e2;
--hawaiian-cream:#f9e8b9;
--calabrese:#f6a8a2;
}