Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d8e5;
}
.regale-blue {
color: #7db8d4;
}
.starflower-blue {
color: #4a95b0;
}
.ocean-call {
color: #2a6c8d;
}
.seafarer {
color: #1c4e6d;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d8e5;
--regale-blue:#7db8d4;
--starflower-blue:#4a95b0;
--ocean-call:#2a6c8d;
--seafarer:#1c4e6d;
}