Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4a9acf;
}
.blues {
color: #2c6b9b;
}
.terror-from-the-deep {
color: #1e4a6c;
}
.calabrese {
color: #f1a8a2;
}
.hawker-s-gold {
color: #f3c26d;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4a9acf;
--blues:#2c6b9b;
--terror-from-the-deep:#1e4a6c;
--calabrese:#f1a8a2;
--hawker-s-gold:#f3c26d;
}