Color names in this palette
CSS code for this palette
/* CSS */
.patriot-blue {
color: #3c3e5d;
}
.midnight-sea {
color: #5a5f8c;
}
.astro-zinger {
color: #7c80b6;
}
.larkspur-bud {
color: #b5c3e8;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--patriot-blue:#3c3e5d;
--midnight-sea:#5a5f8c;
--astro-zinger:#7c80b6;
--larkspur-bud:#b5c3e8;
--m-white:#f5f7ff;
}