Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a496b;
}
.larkspur {
color: #3f7c92;
}
.florida-turquoise {
color: #6cb7b2;
}
.vic-20-green {
color: #8fdc90;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a496b;
--larkspur:#3f7c92;
--florida-turquoise:#6cb7b2;
--vic-20-green:#8fdc90;
--vibrant:#ffd54d;
}