Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.aqueous {
color: #3a8e9c;
}
.mintage {
color: #7cc0b5;
}
.pastel-jade {
color: #d3f3e0;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--aqueous:#3a8e9c;
--mintage:#7cc0b5;
--pastel-jade:#d3f3e0;
--squash-blossom:#f6b83c;
}