Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.blue-dude {
color: #4c5e9a;
}
.childish-wonder {
color: #a4a7da;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--blue-dude:#4c5e9a;
--childish-wonder:#a4a7da;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}