Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.aloha {
color: #1dbf99;
}
.aphrodite-aqua {
color: #4de0b4;
}
.a-state-of-mint {
color: #8ef6d0;
}
.shallow-end {
color: #c8f9e2;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--aloha:#1dbf99;
--aphrodite-aqua:#4de0b4;
--a-state-of-mint:#8ef6d0;
--shallow-end:#c8f9e2;
}