Color names in this palette
CSS code for this palette
/* CSS */
.dead-lake {
color: #2e578a;
}
.mystic-blue {
color: #4da5d1;
}
.middle-blue {
color: #7dd2e3;
}
.in-the-pink {
color: #f3c4d3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dead-lake:#2e578a;
--mystic-blue:#4da5d1;
--middle-blue:#7dd2e3;
--in-the-pink:#f3c4d3;
--grapefruit-pulp:#ff6e61;
}