Color names in this palette
CSS code for this palette
/* CSS */
.galaxy-express {
color: #3c3e9a;
}
.chetwode-blue {
color: #696eba;
}
.myrtle-flower {
color: #a0b2e4;
}
.squash-blossom {
color: #f6b83c;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--galaxy-express:#3c3e9a;
--chetwode-blue:#696eba;
--myrtle-flower:#a0b2e4;
--squash-blossom:#f6b83c;
--fire-island:#d8503b;
}