Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #def7f5;
}
.spearmint-water {
color: #b3eae7;
}
.sea-of-tranquility {
color: #7dd1d9;
}
.latigo-bay {
color: #3b9ea0;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--mint-condition:#def7f5;
--spearmint-water:#b3eae7;
--sea-of-tranquility:#7dd1d9;
--latigo-bay:#3b9ea0;
--belly-flop:#00807d;
}