Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1b4b69;
}
.ocean-call {
color: #2a6c8d;
}
.coastline-blue {
color: #4a9cba;
}
.bergamot-orange {
color: #f6a35a;
}
.rich-gardenia {
color: #f77f50;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1b4b69;
--ocean-call:#2a6c8d;
--coastline-blue:#4a9cba;
--bergamot-orange:#f6a35a;
--rich-gardenia:#f77f50;
}