Color names in this palette
CSS code for this palette
/* CSS */
.harbor {
color: #5b8d9a;
}
.southern-belle {
color: #a5d4c3;
}
.fuzzy-sheep {
color: #f0e9d1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--harbor:#5b8d9a;
--southern-belle:#a5d4c3;
--fuzzy-sheep:#f0e9d1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}