Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.sea-fantasy {
color: #1f9898;
}
.dickie-bird {
color: #5fbfbf;
}
.island-paradise {
color: #8ee1e1;
}
.ice-citadel {
color: #b3f4f4;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--sea-fantasy:#1f9898;
--dickie-bird:#5fbfbf;
--island-paradise:#8ee1e1;
--ice-citadel:#b3f4f4;
}