Color names in this palette
CSS code for this palette
/* CSS */
.vandermint {
color: #a8e0e6;
}
.frosty-soft-blue {
color: #b1e2df;
}
.peaceful-night {
color: #d5e7e3;
}
.jade-spell {
color: #c4e3d5;
}
.nihilakh-oxide {
color: #a3d7b8;
}
/* CSS Variables */
:root {
--vandermint:#a8e0e6;
--frosty-soft-blue:#b1e2df;
--peaceful-night:#d5e7e3;
--jade-spell:#c4e3d5;
--nihilakh-oxide:#a3d7b8;
}