Color names in this palette
CSS code for this palette
/* CSS */
.birthday-king {
color: #9edcb4;
}
.puerto-rico {
color: #5bb9a1;
}
.dioptase-green {
color: #409c8f;
}
.zirconia-teal {
color: #2b7d7c;
}
.gulf-harbour {
color: #1d6067;
}
/* CSS Variables */
:root {
--birthday-king:#9edcb4;
--puerto-rico:#5bb9a1;
--dioptase-green:#409c8f;
--zirconia-teal:#2b7d7c;
--gulf-harbour:#1d6067;
}