Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.aspara {
color: #6fb0c8;
}
.blue-dart-frog {
color: #3b7e9b;
}
.blue-tang {
color: #2d4a6c;
}
.fainting-light {
color: #1c2b45;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--aspara:#6fb0c8;
--blue-dart-frog:#3b7e9b;
--blue-tang:#2d4a6c;
--fainting-light:#1c2b45;
}