Color names in this palette
CSS code for this palette
/* CSS */
.spinnaker {
color: #a3e0e0;
}
.cyantific {
color: #76c6c6;
}
.marlin-green {
color: #3ea3a3;
}
.regula-barbara-blue {
color: #009999;
}
.skobeloff {
color: #007575;
}
/* CSS Variables */
:root {
--spinnaker:#a3e0e0;
--cyantific:#76c6c6;
--marlin-green:#3ea3a3;
--regula-barbara-blue:#009999;
--skobeloff:#007575;
}