Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.solarized {
color: #f9d14e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
.thick-green {
color: #81c81e;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--solarized:#f9d14e;
--grapefruit-pulp:#ff6e61;
--yu-gu-ng-l-n-moonlight:#595ca6;
--thick-green:#81c81e;
}