Color names in this palette
CSS code for this palette
/* CSS */
.blue-flame {
color: #036187;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b0b3;
}
.mint-jelly {
color: #3ddb99;
}
.grape-green {
color: #a2e59e;
}
/* CSS Variables */
:root {
--blue-flame:#036187;
--brilliant:#0097a8;
--cyan-sky:#00b0b3;
--mint-jelly:#3ddb99;
--grape-green:#a2e59e;
}