Color names in this palette
CSS code for this palette
/* CSS */
.jade-gravel {
color: #0abdba;
}
.blue-martina {
color: #1ec8c8;
}
.medium-turquoise {
color: #42d1d1;
}
.island-paradise {
color: #8ce3e3;
}
.ice {
color: #d7f9f9;
}
/* CSS Variables */
:root {
--jade-gravel:#0abdba;
--blue-martina:#1ec8c8;
--medium-turquoise:#42d1d1;
--island-paradise:#8ce3e3;
--ice:#d7f9f9;
}