Color names in this palette
CSS code for this palette
/* CSS */
.hornblende-green {
color: #1f4c4d;
}
.evora {
color: #4e8b8d;
}
.pearl-bay {
color: #7ec6c9;
}
.blizzard-blue {
color: #a6e5e8;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--hornblende-green:#1f4c4d;
--evora:#4e8b8d;
--pearl-bay:#7ec6c9;
--blizzard-blue:#a6e5e8;
--distant-horizon:#f0f8f9;
}