Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.xavier-blue {
color: #6cb2e5;
}
.blue-dart {
color: #4e94d4;
}
.prominent-blue {
color: #2e7ea3;
}
.oceanic-motion {
color: #1c5d7d;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--xavier-blue:#6cb2e5;
--blue-dart:#4e94d4;
--prominent-blue:#2e7ea3;
--oceanic-motion:#1c5d7d;
}