Color names in this palette
CSS code for this palette
/* CSS */
.borage-blue {
color: #4e68c6;
}
.raftsman {
color: #3c5b9a;
}
.nautical {
color: #2a4d7e;
}
.cerulean-frost {
color: #6c9fc6;
}
.island-light {
color: #a9c7ea;
}
/* CSS Variables */
:root {
--borage-blue:#4e68c6;
--raftsman:#3c5b9a;
--nautical:#2a4d7e;
--cerulean-frost:#6c9fc6;
--island-light:#a9c7ea;
}