Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.bluebrite {
color: #6eb8d8;
}
.ice-crystal-blue {
color: #a5e3df;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--bluebrite:#6eb8d8;
--ice-crystal-blue:#a5e3df;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}