Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.antilles-blue {
color: #3a5f8d;
}
.blue-smart {
color: #5a87b5;
}
.caribbean-coast {
color: #94c8e1;
}
.milky-way {
color: #e3f4f7;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--antilles-blue:#3a5f8d;
--blue-smart:#5a87b5;
--caribbean-coast:#94c8e1;
--milky-way:#e3f4f7;
}