Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.blue-crystal-landscape {
color: #6ce3e5;
}
.tanager-turquoise {
color: #8cd6e8;
}
.arctic-paradise {
color: #b6e2f7;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--blue-crystal-landscape:#6ce3e5;
--tanager-turquoise:#8cd6e8;
--arctic-paradise:#b6e2f7;
--pale-blue:#d1f9ff;
}