Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.sacred-turquoise {
color: #4bb4a2;
}
.pharaoh-s-jade {
color: #80d1a8;
}
.softsun {
color: #f4c843;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--sacred-turquoise:#4bb4a2;
--pharaoh-s-jade:#80d1a8;
--softsun:#f4c843;
--grapefruit-pulp:#ff6e61;
}