Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6c;
}
.rockpool {
color: #4ea2a0;
}
.light-capri-green {
color: #8dd3c0;
}
.martica {
color: #f5e4b7;
}
.goldenrod-field {
color: #f2ae50;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6c;
--rockpool:#4ea2a0;
--light-capri-green:#8dd3c0;
--martica:#f5e4b7;
--goldenrod-field:#f2ae50;
}