Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6b;
}
.secrecy {
color: #4f759c;
}
.bright-bluebonnet {
color: #91b4c5;
}
.roasted-seeds {
color: #e2a16f;
}
.warming-heart {
color: #d54b39;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6b;
--secrecy:#4f759c;
--bright-bluebonnet:#91b4c5;
--roasted-seeds:#e2a16f;
--warming-heart:#d54b39;
}