Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-blue {
color: #007d99;
}
.caicos-turquoise {
color: #2bb1b6;
}
.hammam-blue {
color: #5ed7d9;
}
.waterspout {
color: #a0f0f3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mosaic-blue:#007d99;
--caicos-turquoise:#2bb1b6;
--hammam-blue:#5ed7d9;
--waterspout:#a0f0f3;
--grapefruit-pulp:#ff6e61;
}