Color names in this palette
CSS code for this palette
/* CSS */
.ionian {
color: #3b8c76;
}
.mountain-lake-azure {
color: #50b9a8;
}
.ocean-in-a-bowl {
color: #6ce4c6;
}
.east-cape {
color: #b1f2e5;
}
.cold-white {
color: #f0fffa;
}
/* CSS Variables */
:root {
--ionian:#3b8c76;
--mountain-lake-azure:#50b9a8;
--ocean-in-a-bowl:#6ce4c6;
--east-cape:#b1f2e5;
--cold-white:#f0fffa;
}