Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0096cc;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d9e0;
}
.everest {
color: #a1e8e0;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--tomb-blue:#0096cc;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d9e0;
--everest:#a1e8e0;
--alice-blue:#f0f8ff;
}