Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b4e4;
}
.sky-dive {
color: #5bc2d7;
}
.bianchi-green {
color: #45d3c0;
}
.eva-green {
color: #3bf1a6;
}
.reptile-green {
color: #2ce29f;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b4e4;
--sky-dive:#5bc2d7;
--bianchi-green:#45d3c0;
--eva-green:#3bf1a6;
--reptile-green:#2ce29f;
}