Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab7b7;
}
.blue-martina {
color: #1ec8c8;
}
.cold-heights {
color: #1fe0e0;
}
.blue-dacnis {
color: #40e7e7;
}
.bath-water {
color: #81f3f3;
}
/* CSS Variables */
:root {
--swagger:#1ab7b7;
--blue-martina:#1ec8c8;
--cold-heights:#1fe0e0;
--blue-dacnis:#40e7e7;
--bath-water:#81f3f3;
}