Color names in this palette
CSS code for this palette
/* CSS */
.blue-hill {
color: #1f4a4d;
}
.lucky-shamrock {
color: #4a7c7d;
}
.buoyancy {
color: #78b3b5;
}
.everest {
color: #a3e6e0;
}
.melting-glacier {
color: #e7f9f5;
}
/* CSS Variables */
:root {
--blue-hill:#1f4a4d;
--lucky-shamrock:#4a7c7d;
--buoyancy:#78b3b5;
--everest:#a3e6e0;
--melting-glacier:#e7f9f5;
}