Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.star-sapphire {
color: #3b6b9b;
}
.blouson-blue {
color: #68b8c4;
}
.crunch {
color: #f1b75b;
}
.jasper {
color: #d93f3f;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--star-sapphire:#3b6b9b;
--blouson-blue:#68b8c4;
--crunch:#f1b75b;
--jasper:#d93f3f;
}