Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.crystalsong-blue {
color: #50b4b2;
}
.sinbad {
color: #a4d6d1;
}
.rice-bowl {
color: #f1e7d5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--crystalsong-blue:#50b4b2;
--sinbad:#a4d6d1;
--rice-bowl:#f1e7d5;
--grapefruit-pulp:#ff6e61;
}