Color names in this palette
CSS code for this palette
/* CSS */
.bath {
color: #d9e8d9;
}
.green-trance {
color: #a6d5a5;
}
.gem-silica {
color: #76c6a1;
}
.crystalsong-blue {
color: #4cb8b4;
}
.empress-envy {
color: #2c999b;
}
/* CSS Variables */
:root {
--bath:#d9e8d9;
--green-trance:#a6d5a5;
--gem-silica:#76c6a1;
--crystalsong-blue:#4cb8b4;
--empress-envy:#2c999b;
}