Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1a9fcb;
}
.medium-turquoise {
color: #4bd3d8;
}
.fresco-green {
color: #73e2b0;
}
.arts-crafts-gold {
color: #f8c58b;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--charybdis:#1a9fcb;
--medium-turquoise:#4bd3d8;
--fresco-green:#73e2b0;
--arts-crafts-gold:#f8c58b;
--durotar-fire:#f05a28;
}