Color names in this palette
CSS code for this palette
/* CSS */
.dublin {
color: #6fbe6f;
}
.green-trance {
color: #a6d8a8;
}
.river-mist {
color: #d5e2d5;
}
.whitest-white {
color: #f5faf5;
}
.bright-nori {
color: #2a5a2a;
}
/* CSS Variables */
:root {
--dublin:#6fbe6f;
--green-trance:#a6d8a8;
--river-mist:#d5e2d5;
--whitest-white:#f5faf5;
--bright-nori:#2a5a2a;
}