Color names in this palette
CSS code for this palette
/* CSS */
.jargon-jade {
color: #4fa18f;
}
.seafoam-blue {
color: #7bd1b4;
}
.botanical-tint {
color: #a6e2d2;
}
.casino-lights {
color: #f7f2b6;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--jargon-jade:#4fa18f;
--seafoam-blue:#7bd1b4;
--botanical-tint:#a6e2d2;
--casino-lights:#f7f2b6;
--calabrese:#f6a9a2;
}