Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a1e3e0;
}
.soft-turquoise {
color: #70d2d0;
}
.montego-bay {
color: #3cb3b9;
}
.spectra-green {
color: #009e99;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--everest:#a1e3e0;
--soft-turquoise:#70d2d0;
--montego-bay:#3cb3b9;
--spectra-green:#009e99;
--buzzards-bay:#007a7a;
}