Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7dc8e3;
}
.tropical-escape {
color: #50b9b0;
}
.dioptase-green {
color: #3f9d8c;
}
.green-moray {
color: #3d7b6b;
}
.old-money {
color: #2a5a4d;
}
/* CSS Variables */
:root {
--big-chill:#7dc8e3;
--tropical-escape:#50b9b0;
--dioptase-green:#3f9d8c;
--green-moray:#3d7b6b;
--old-money:#2a5a4d;
}