Color names in this palette
CSS code for this palette
/* CSS */
.carriage-green {
color: #274f4a;
}
.hooker-s-green {
color: #4b7c6e;
}
.dublin-jack {
color: #6eaf8d;
}
.mountain-mint {
color: #a8e1c1;
}
.cactus-water {
color: #d2f9e0;
}
/* CSS Variables */
:root {
--carriage-green:#274f4a;
--hooker-s-green:#4b7c6e;
--dublin-jack:#6eaf8d;
--mountain-mint:#a8e1c1;
--cactus-water:#d2f9e0;
}