Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.water-sports {
color: #40c2c9;
}
.hot-sun {
color: #f7b32b;
}
.willpower-orange {
color: #f75c02;
}
.bolognese {
color: #b83d00;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--water-sports:#40c2c9;
--hot-sun:#f7b32b;
--willpower-orange:#f75c02;
--bolognese:#b83d00;
}