Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a9d9e5;
}
.arctic-ocean {
color: #6cc3d0;
}
.oasis-spring {
color: #4ba7c3;
}
.greek-blue {
color: #009dbd;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a9d9e5;
--arctic-ocean:#6cc3d0;
--oasis-spring:#4ba7c3;
--greek-blue:#009dbd;
--turkish-tile:#007c9e;
}