Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.green-grapple {
color: #3db1b3;
}
.aruba-blue {
color: #7bd4d5;
}
.blizzard-blue {
color: #a2e6e7;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--green-grapple:#3db1b3;
--aruba-blue:#7bd4d5;
--blizzard-blue:#a2e6e7;
--duck-egg-blue:#c3f9f9;
}