Color names in this palette
CSS code for this palette
/* CSS */
.enchanting-ivy {
color: #305a57;
}
.submerged {
color: #4b8180;
}
.scenario {
color: #80a3a1;
}
.fine-blue {
color: #b8e0e0;
}
.melting-glacier {
color: #e9f6f4;
}
/* CSS Variables */
:root {
--enchanting-ivy:#305a57;
--submerged:#4b8180;
--scenario:#80a3a1;
--fine-blue:#b8e0e0;
--melting-glacier:#e9f6f4;
}