Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a9d9e5;
}
.cerulean-frost {
color: #6d9dc5;
}
.seachange {
color: #3c8c9a;
}
.mosaic-tile {
color: #1e6b6b;
}
.incubi-darkness {
color: #0c484b;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a9d9e5;
--cerulean-frost:#6d9dc5;
--seachange:#3c8c9a;
--mosaic-tile:#1e6b6b;
--incubi-darkness:#0c484b;
}