Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3c7c9a;
}
.riverside-blue {
color: #6eb1c4;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.syndicalist {
color: #f5c400;
}
.orange-danger {
color: #e06900;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3c7c9a;
--riverside-blue:#6eb1c4;
--ice-crystal-blue:#a5e3e0;
--syndicalist:#f5c400;
--orange-danger:#e06900;
}