Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6c;
}
.larkspur {
color: #3a7a92;
}
.hygiene-green {
color: #5ab5b2;
}
.eton-blue {
color: #a9d6d3;
}
.egyptian-gold {
color: #f0a64c;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6c;
--larkspur:#3a7a92;
--hygiene-green:#5ab5b2;
--eton-blue:#a9d6d3;
--egyptian-gold:#f0a64c;
}