Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1a7d7f;
}
.sea-serpent {
color: #4fc5c9;
}
.aruba-blue {
color: #79d4d7;
}
.geyser-pool {
color: #a6dfe2;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--blue-kelp:#1a7d7f;
--sea-serpent:#4fc5c9;
--aruba-blue:#79d4d7;
--geyser-pool:#a6dfe2;
--coastal-breeze:#e2f8f8;
}