Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1f7a7a;
}
.green-grapple {
color: #3cb4b4;
}
.soft-turquoise {
color: #70d2d2;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--geneva-green:#1f7a7a;
--green-grapple:#3cb4b4;
--soft-turquoise:#70d2d2;
--ice-crystal-blue:#a5e4e4;
--maximum-yellow-red:#f1b74b;
}