Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6b;
}
.aztec-jade {
color: #3cbe8a;
}
.dream-of-spring {
color: #f6d12c;
}
.troll-slayer-orange {
color: #f8a04f;
}
.warming-heart {
color: #d34b3c;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6b;
--aztec-jade:#3cbe8a;
--dream-of-spring:#f6d12c;
--troll-slayer-orange:#f8a04f;
--warming-heart:#d34b3c;
}