Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1f4a6b;
}
.pacific-sea-teal {
color: #3a7f88;
}
.shylock {
color: #5db6a4;
}
.yellow-tulip {
color: #f7d06e;
}
.ornery-tangerine {
color: #f67e23;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1f4a6b;
--pacific-sea-teal:#3a7f88;
--shylock:#5db6a4;
--yellow-tulip:#f7d06e;
--ornery-tangerine:#f67e23;
}