Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.bianchi-green {
color: #3cd3b4;
}
.spindrift {
color: #6ef2d3;
}
.east-cape {
color: #b1f1e1;
}
.havana-cream {
color: #f9e7c3;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--bianchi-green:#3cd3b4;
--spindrift:#6ef2d3;
--east-cape:#b1f1e1;
--havana-cream:#f9e7c3;
}