Color names in this palette
CSS code for this palette
/* CSS */
.aquamarine-blue {
color: #6fd8e2;
}
.caribbean-cruise {
color: #3d9aa9;
}
.larkspur {
color: #3b7b8c;
}
.frost-blue {
color: #5e9da6;
}
.ice-crystal-blue {
color: #a5e3df;
}
/* CSS Variables */
:root {
--aquamarine-blue:#6fd8e2;
--caribbean-cruise:#3d9aa9;
--larkspur:#3b7b8c;
--frost-blue:#5e9da6;
--ice-crystal-blue:#a5e3df;
}