Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d5e9;
}
.sea-loch {
color: #6e99cf;
}
.raftsman {
color: #3d5c99;
}
.mazarine-blue {
color: #2a3b7e;
}
.mythical-night {
color: #1b2b69;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d5e9;
--sea-loch:#6e99cf;
--raftsman:#3d5c99;
--mazarine-blue:#2a3b7e;
--mythical-night:#1b2b69;
}