Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8c9e;
}
.tropical-escape {
color: #4cb8b1;
}
.turquoise-chalk {
color: #74e2d8;
}
.cymophane-yellow {
color: #f2e6a6;
}
.amber-glow {
color: #f29d3a;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8c9e;
--tropical-escape:#4cb8b1;
--turquoise-chalk:#74e2d8;
--cymophane-yellow:#f2e6a6;
--amber-glow:#f29d3a;
}