Color names in this palette
CSS code for this palette
/* CSS */
.battery-charged-blue {
color: #1ab6d5;
}
.shovel-knight {
color: #3bc8e8;
}
.turquoise-sea {
color: #66d2e1;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--battery-charged-blue:#1ab6d5;
--shovel-knight:#3bc8e8;
--turquoise-sea:#66d2e1;
--ice-crystal-blue:#a4e5e0;
--coastal-breeze:#e0f7fa;
}