Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1f7c98;
}
.caicos-turquoise {
color: #2ab0b7;
}
.neon-nazar {
color: #4ed0df;
}
.photon-barrier {
color: #84e2f0;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1f7c98;
--caicos-turquoise:#2ab0b7;
--neon-nazar:#4ed0df;
--photon-barrier:#84e2f0;
--pale-blue:#d1f7ff;
}