Color names in this palette
CSS code for this palette
/* CSS */
.east-cape {
color: #b3f4e7;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.maiden-voyage {
color: #8cc7d4;
}
.bachelor-button {
color: #4ab8d3;
}
.horizon-blue {
color: #2a9ebb;
}
/* CSS Variables */
:root {
--east-cape:#b3f4e7;
--ice-crystal-blue:#a8e1e0;
--maiden-voyage:#8cc7d4;
--bachelor-button:#4ab8d3;
--horizon-blue:#2a9ebb;
}