Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.lucky-shamrock {
color: #4b7c7c;
}
.venice-escape {
color: #77b1b1;
}
.everest {
color: #a1e3e3;
}
.tinted-ice {
color: #d4f7f7;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--lucky-shamrock:#4b7c7c;
--venice-escape:#77b1b1;
--everest:#a1e3e3;
--tinted-ice:#d4f7f7;
}