Color names in this palette
CSS code for this palette
/* CSS */
.atoll {
color: #2a7a7a;
}
.island-moment {
color: #3daeae;
}
.blue-radiance {
color: #5ed4d4;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--atoll:#2a7a7a;
--island-moment:#3daeae;
--blue-radiance:#5ed4d4;
--ice-crystal-blue:#a4e5e5;
--coastal-breeze:#def7f7;
}