Color names in this palette
CSS code for this palette
/* CSS */
.hiroshima-aquamarine {
color: #80ffd4;
}
.sweet-garden {
color: #5cd1b8;
}
.island-moment {
color: #3db8a9;
}
.sea-kale {
color: #2da9a1;
}
.sea-fantasy {
color: #1f9898;
}
/* CSS Variables */
:root {
--hiroshima-aquamarine:#80ffd4;
--sweet-garden:#5cd1b8;
--island-moment:#3db8a9;
--sea-kale:#2da9a1;
--sea-fantasy:#1f9898;
}