Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.heavenly {
color: #7eb2c8;
}
.boat-house {
color: #508dbe;
}
.blue-oasis {
color: #2f6b93;
}
.terror-from-the-deep {
color: #1b4a69;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--heavenly:#7eb2c8;
--boat-house:#508dbe;
--blue-oasis:#2f6b93;
--terror-from-the-deep:#1b4a69;
}