Color names in this palette
CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a7c0d7;
}
.anita {
color: #8fa0b7;
}
.lucid-blue {
color: #7b8d9d;
}
.blue-mirage {
color: #5d6b7e;
}
.shot-over {
color: #4a5b68;
}
/* CSS Variables */
:root {
--simpatico-blue:#a7c0d7;
--anita:#8fa0b7;
--lucid-blue:#7b8d9d;
--blue-mirage:#5d6b7e;
--shot-over:#4a5b68;
}