Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.planet-green {
color: #4a6978;
}
.aqua-blue {
color: #79b8b9;
}
.go-bananas {
color: #f4ca4e;
}
.big-foot-feet {
color: #e68e5b;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--planet-green:#4a6978;
--aqua-blue:#79b8b9;
--go-bananas:#f4ca4e;
--big-foot-feet:#e68e5b;
}