Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.squeaky {
color: #6bc1db;
}
.blue-grotto {
color: #4ea6c6;
}
.christmas-blue {
color: #298ebc;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--squeaky:#6bc1db;
--blue-grotto:#4ea6c6;
--christmas-blue:#298ebc;
--turkish-tile:#007c9e;
}