Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6a9bd7;
}
.hawaiian-breeze {
color: #76c7e0;
}
.mr-glass {
color: #c1d7f0;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-gourami:#6a9bd7;
--hawaiian-breeze:#76c7e0;
--mr-glass:#c1d7f0;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}