Color names in this palette
CSS code for this palette
/* CSS */
.elite-blue {
color: #192f4d;
}
.sailboat {
color: #2f4d6f;
}
.revel-blue {
color: #4a698c;
}
.blue-mountain {
color: #7a9dbd;
}
.artesian-pool {
color: #a3c2e0;
}
/* CSS Variables */
:root {
--elite-blue:#192f4d;
--sailboat:#2f4d6f;
--revel-blue:#4a698c;
--blue-mountain:#7a9dbd;
--artesian-pool:#a3c2e0;
}