Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.scooter {
color: #2a8ca7;
}
.aztec-sky {
color: #4bb7d8;
}
.faded-poster {
color: #83e2e7;
}
.tinted-ice {
color: #cff7f4;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--scooter:#2a8ca7;
--aztec-sky:#4bb7d8;
--faded-poster:#83e2e7;
--tinted-ice:#cff7f4;
}