Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.evora {
color: #4f8c8c;
}
.gem-silica {
color: #76c6a1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.carona {
color: #faa629;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--evora:#4f8c8c;
--gem-silica:#76c6a1;
--optimistic-yellow:#f4e1a4;
--carona:#faa629;
}