Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c6e7;
}
.crystal {
color: #a4d7df;
}
.quench-blue {
color: #b4e1e4;
}
.green-daze {
color: #8dd3c7;
}
.neon-nazar {
color: #4cdcd9;
}
/* CSS Variables */
:root {
--island-light:#a7c6e7;
--crystal:#a4d7df;
--quench-blue:#b4e1e4;
--green-daze:#8dd3c7;
--neon-nazar:#4cdcd9;
}