Color names in this palette
CSS code for this palette
/* CSS */
.slate-blue {
color: #5c7d99;
}
.blue-dam {
color: #a1c6d4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.emergency-zone {
color: #e7693c;
}
.infrared-gloze {
color: #d1335b;
}
/* CSS Variables */
:root {
--slate-blue:#5c7d99;
--blue-dam:#a1c6d4;
--maximum-yellow-red:#f1b74b;
--emergency-zone:#e7693c;
--infrared-gloze:#d1335b;
}