Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1b9cd0;
}
.blue-damselfly {
color: #29a2d6;
}
.sea-capture {
color: #5bc6e6;
}
.photon-barrier {
color: #8ee1f5;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--charybdis:#1b9cd0;
--blue-damselfly:#29a2d6;
--sea-capture:#5bc6e6;
--photon-barrier:#8ee1f5;
--cotton-ball:#f3f8fc;
}