Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6d8d;
}
.blue-persia {
color: #5d8fac;
}
.batch-blue {
color: #88b1c8;
}
.cheater {
color: #f0b55c;
}
.orange-shot {
color: #d9724a;
}
/* CSS Variables */
:root {
--living-stream:#3a6d8d;
--blue-persia:#5d8fac;
--batch-blue:#88b1c8;
--cheater:#f0b55c;
--orange-shot:#d9724a;
}