Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.hippie-blue {
color: #4b8b9b;
}
.booty-bay {
color: #7ec4c4;
}
.bright-sea-green {
color: #9fdfc2;
}
.freshmint {
color: #d6f5e6;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--hippie-blue:#4b8b9b;
--booty-bay:#7ec4c4;
--bright-sea-green:#9fdfc2;
--freshmint:#d6f5e6;
}