Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1e3b8a;
}
.raftsman {
color: #3b5b9b;
}
.alpha-blue {
color: #5b8db3;
}
.hawaiian-breeze {
color: #76c7e0;
}
.uranus {
color: #a7e6f1;
}
/* CSS Variables */
:root {
--navy-seal:#1e3b8a;
--raftsman:#3b5b9b;
--alpha-blue:#5b8db3;
--hawaiian-breeze:#76c7e0;
--uranus:#a7e6f1;
}