Color names in this palette
CSS code for this palette
/* CSS */
.coastal-calm {
color: #508c91;
}
.melodious {
color: #7cb6b1;
}
.smooth-satin {
color: #a4d4d6;
}
.distant-horizon {
color: #f2f8f8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--coastal-calm:#508c91;
--melodious:#7cb6b1;
--smooth-satin:#a4d4d6;
--distant-horizon:#f2f8f8;
--grapefruit-pulp:#ff6e61;
}