Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.gem {
color: #4c5c8a;
}
.wild-blue-yonder {
color: #7a8cb8;
}
.myrtle-flower {
color: #a3b1e0;
}
.alice-blue {
color: #f0f4ff;
}
/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--gem:#4c5c8a;
--wild-blue-yonder:#7a8cb8;
--myrtle-flower:#a3b1e0;
--alice-blue:#f0f4ff;
}