Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.island-moment {
color: #3cafa7;
}
.jamaican-jade {
color: #5fd3c2;
}
.bath-water {
color: #8ef1e9;
}
.buttery-salmon {
color: #ffb19e;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--island-moment:#3cafa7;
--jamaican-jade:#5fd3c2;
--bath-water:#8ef1e9;
--buttery-salmon:#ffb19e;
}