Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2a8c9d;
}
.crystalsong-blue {
color: #4ab5b3;
}
.mint-majesty {
color: #7fd2c5;
}
.capri-water-blue {
color: #a9e5d9;
}
.tinted-ice {
color: #cff7f2;
}
/* CSS Variables */
:root {
--scooter:#2a8c9d;
--crystalsong-blue:#4ab5b3;
--mint-majesty:#7fd2c5;
--capri-water-blue:#a9e5d9;
--tinted-ice:#cff7f2;
}