Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1f6e98;
}
.macau {
color: #4abf9a;
}
.crystal-green {
color: #a5d97d;
}
.blacksmith-fire {
color: #f6e95a;
}
.flame-orange {
color: #f88a2a;
}
/* CSS Variables */
:root {
--bateau:#1f6e98;
--macau:#4abf9a;
--crystal-green:#a5d97d;
--blacksmith-fire:#f6e95a;
--flame-orange:#f88a2a;
}