Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a5d8e3;
}
.candid-blue {
color: #69c8e8;
}
.highlighter-blue {
color: #3ab2d9;
}
.tomb-blue {
color: #0099cc;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a5d8e3;
--candid-blue:#69c8e8;
--highlighter-blue:#3ab2d9;
--tomb-blue:#0099cc;
--turkish-tile:#007c9e;
}