Color names in this palette
CSS code for this palette
/* CSS */
.tanzanite-blue {
color: #0a4c6b;
}
.bermuda {
color: #1d7a8b;
}
.green-grapple {
color: #3ab6b2;
}
.tahitian-sky {
color: #c8eae6;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--tanzanite-blue:#0a4c6b;
--bermuda:#1d7a8b;
--green-grapple:#3ab6b2;
--tahitian-sky:#c8eae6;
--distant-horizon:#f2f8f8;
}