Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.indian-teal {
color: #3b596d;
}
.secret-cove {
color: #698e9b;
}
.corydalis-blue {
color: #a2c8d8;
}
.ivory-keys {
color: #f9f7e7;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--indian-teal:#3b596d;
--secret-cove:#698e9b;
--corydalis-blue:#a2c8d8;
--ivory-keys:#f9f7e7;
}