Color names in this palette
CSS code for this palette
/* CSS */
.pale-king-s-blue {
color: #a6ede9;
}
.jamaican-jade {
color: #5fd3c4;
}
.island-moment {
color: #40b5a4;
}
.illuminating-emerald {
color: #2a8d7d;
}
.accent-green-blue {
color: #207e6d;
}
/* CSS Variables */
:root {
--pale-king-s-blue:#a6ede9;
--jamaican-jade:#5fd3c4;
--island-moment:#40b5a4;
--illuminating-emerald:#2a8d7d;
--accent-green-blue:#207e6d;
}