Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.aurora-green {
color: #6fd8a1;
}
.tropical-escape {
color: #4fbaae;
}
.sea {
color: #3b9b90;
}
.discovery-bay {
color: #2a6c79;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--aurora-green:#6fd8a1;
--tropical-escape:#4fbaae;
--sea:#3b9b90;
--discovery-bay:#2a6c79;
}