Color names in this palette
CSS code for this palette
/* CSS */
.democrat {
color: #00b0f0;
}
.battery-charged-blue {
color: #1db2d3;
}
.blue-dacnis {
color: #3ed4e5;
}
.ice-crystal-blue {
color: #a5e3df;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--democrat:#00b0f0;
--battery-charged-blue:#1db2d3;
--blue-dacnis:#3ed4e5;
--ice-crystal-blue:#a5e3df;
--coastal-breeze:#e0f7fa;
}