Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #407f9c;
}
.tropez-blue {
color: #72b2c5;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.mandys-pink {
color: #f4b79f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dirty-blue:#407f9c;
--tropez-blue:#72b2c5;
--touch-of-turquoise:#a2d7d0;
--mandys-pink:#f4b79f;
--grapefruit-pulp:#ff6e61;
}