Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1a9ad1;
}
.highlighter-blue {
color: #3ab2d9;
}
.magnesia-bay {
color: #5dc7e5;
}
.rubber-ducky {
color: #f8d059;
}
.cadmium-orange {
color: #f08928;
}
/* CSS Variables */
:root {
--charybdis:#1a9ad1;
--highlighter-blue:#3ab2d9;
--magnesia-bay:#5dc7e5;
--rubber-ducky:#f8d059;
--cadmium-orange:#f08928;
}