Color names in this palette
CSS code for this palette
/* CSS */
.jade-gravel {
color: #0abdba;
}
.fresh-turquoise {
color: #3cd2d7;
}
.turkish-turquoise {
color: #7be0e5;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--jade-gravel:#0abdba;
--fresh-turquoise:#3cd2d7;
--turkish-turquoise:#7be0e5;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}