Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1f8d9e;
}
.tropic-turquoise {
color: #66b2a8;
}
.frugal {
color: #a4d6b1;
}
.pineapple-juice {
color: #f5e77a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--safe-harbour:#1f8d9e;
--tropic-turquoise:#66b2a8;
--frugal:#a4d6b1;
--pineapple-juice:#f5e77a;
--grapefruit-pulp:#ff6e61;
}