Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1f986a;
}
.hidden-sea-glass {
color: #70d7c7;
}
.cold-blue {
color: #8be9d8;
}
.tahitian-breeze {
color: #b7f0e6;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--starship-trooper:#1f986a;
--hidden-sea-glass:#70d7c7;
--cold-blue:#8be9d8;
--tahitian-breeze:#b7f0e6;
--mint-cream:#f5fffa;
}