Color names in this palette
CSS code for this palette
/* CSS */
.shinbashi {
color: #5ab7c4;
}
.blue-racer {
color: #49a7a7;
}
.crystalsong-blue {
color: #4fb5b4;
}
.umbra {
color: #1f1f1f;
}
.latigo-bay {
color: #3b9b9b;
}
/* CSS Variables */
:root {
--shinbashi:#5ab7c4;
--blue-racer:#49a7a7;
--crystalsong-blue:#4fb5b4;
--umbra:#1f1f1f;
--latigo-bay:#3b9b9b;
}