Color names in this palette
CSS code for this palette
/* CSS */
.downy {
color: #6fd3c0;
}
.petrol-green {
color: #4f9c8d;
}
.green-moray {
color: #3b7d6a;
}
.old-money {
color: #2b5e4e;
}
.sherwood-green {
color: #1d3f35;
}
/* CSS Variables */
:root {
--downy:#6fd3c0;
--petrol-green:#4f9c8d;
--green-moray:#3b7d6a;
--old-money:#2b5e4e;
--sherwood-green:#1d3f35;
}