Color names in this palette
CSS code for this palette
/* CSS */
.alpine-expedition {
color: #9ef0ff;
}
.capri {
color: #00bfff;
}
.stellar-explorer {
color: #001f1f;
}
.guppie-green {
color: #00ff80;
}
.frosty-soft-blue {
color: #b2e0e0;
}
/* CSS Variables */
:root {
--alpine-expedition:#9ef0ff;
--capri:#00bfff;
--stellar-explorer:#001f1f;
--guppie-green:#00ff80;
--frosty-soft-blue:#b2e0e0;
}