Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.melbourne-cup {
color: #3fc6af;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.aqua-wish {
color: #a3e1d2;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--melbourne-cup:#3fc6af;
--hiroshima-aquamarine:#80ffd4;
--aqua-wish:#a3e1d2;
--chef-s-hat:#f1f8f5;
}