Color names in this palette
CSS code for this palette
/* CSS */
.american-blue {
color: #3c3d6d;
}
.moonshade {
color: #5b6e9f;
}
.boy-blue {
color: #8bafd5;
}
.mango-margarita {
color: #f3b94f;
}
.entan-red {
color: #e96d4e;
}
/* CSS Variables */
:root {
--american-blue:#3c3d6d;
--moonshade:#5b6e9f;
--boy-blue:#8bafd5;
--mango-margarita:#f3b94f;
--entan-red:#e96d4e;
}