Color names in this palette
CSS code for this palette
/* CSS */
.green-mirror {
color: #d8e1d5;
}
.tareyton {
color: #a3c8c0;
}
.crystalsong-blue {
color: #55b4b3;
}
.blue-chill {
color: #3b8b8c;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--green-mirror:#d8e1d5;
--tareyton:#a3c8c0;
--crystalsong-blue:#55b4b3;
--blue-chill:#3b8b8c;
--buzzards-bay:#007a7a;
}