Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.waterfall {
color: #3cb9a2;
}
.medium-aquamarine {
color: #6ce5ae;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--waterfall:#3cb9a2;
--medium-aquamarine:#6ce5ae;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}