Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1b3b8d;
}
.raftsman {
color: #3b609b;
}
.azure-blue {
color: #4e8cc6;
}
.hawaiian-breeze {
color: #76c7e0;
}
.snowdrift-glow {
color: #d6e4f5;
}
/* CSS Variables */
:root {
--navy-seal:#1b3b8d;
--raftsman:#3b609b;
--azure-blue:#4e8cc6;
--hawaiian-breeze:#76c7e0;
--snowdrift-glow:#d6e4f5;
}