Color names in this palette
CSS code for this palette
/* CSS */
.baleine-blue {
color: #1b5c8d;
}
.blue-dart-frog {
color: #3c7b96;
}
.blue-mist {
color: #5aa9bf;
}
.arts-crafts-gold {
color: #f5c88a;
}
.fireglow {
color: #d95e3f;
}
/* CSS Variables */
:root {
--baleine-blue:#1b5c8d;
--blue-dart-frog:#3c7b96;
--blue-mist:#5aa9bf;
--arts-crafts-gold:#f5c88a;
--fireglow:#d95e3f;
}