Color names in this palette
CSS code for this palette
/* CSS */
.grand-rapids {
color: #36737d;
}
.royal-palm {
color: #3d8a8a;
}
.hygiene-green {
color: #61b8b5;
}
.capri-water-blue {
color: #a7e2d6;
}
.white-cedar {
color: #f5e0c2;
}
/* CSS Variables */
:root {
--grand-rapids:#36737d;
--royal-palm:#3d8a8a;
--hygiene-green:#61b8b5;
--capri-water-blue:#a7e2d6;
--white-cedar:#f5e0c2;
}