Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.secret-cove {
color: #698e9b;
}
.corydalis-blue {
color: #a0c6d9;
}
.iced-apricot {
color: #f1d6c1;
}
.jinzamomi-pink {
color: #f36558;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--secret-cove:#698e9b;
--corydalis-blue:#a0c6d9;
--iced-apricot:#f1d6c1;
--jinzamomi-pink:#f36558;
}