Color names in this palette
CSS code for this palette
/* CSS */
.skinny-jeans {
color: #4d8bff;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.heisenberg-blue {
color: #70d9ff;
}
.waterspout {
color: #a3f1ff;
}
.ice {
color: #d6fffa;
}
/* CSS Variables */
:root {
--skinny-jeans:#4d8bff;
--ti-n-l-n-sky:#66b2ff;
--heisenberg-blue:#70d9ff;
--waterspout:#a3f1ff;
--ice:#d6fffa;
}