Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c2e0;
}
.aztec-turquoise {
color: #00d9e0;
}
.cold-light-of-day {
color: #00e4f0;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--blue-atoll:#00b0e0;
--maldives:#00c2e0;
--aztec-turquoise:#00d9e0;
--cold-light-of-day:#00e4f0;
}