Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f2f8f7;
}
.early-july {
color: #a7dfe7;
}
.medium-turquoise {
color: #4ad3c8;
}
.plumage {
color: #009987;
}
.ultramarine-green {
color: #007a62;
}
/* CSS Variables */
:root {
--distant-horizon:#f2f8f7;
--early-july:#a7dfe7;
--medium-turquoise:#4ad3c8;
--plumage:#009987;
--ultramarine-green:#007a62;
}