Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.atlantic-wave {
color: #3e7d7e;
}
.hole-in-one {
color: #4cae8d;
}
.aurora-green {
color: #6ed8a0;
}
.sweet-aqua {
color: #a8ebd7;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--atlantic-wave:#3e7d7e;
--hole-in-one:#4cae8d;
--aurora-green:#6ed8a0;
--sweet-aqua:#a8ebd7;
}