Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1c4a6d;
}
.navagio-bay {
color: #3c8eb4;
}
.watercourse {
color: #60c9d2;
}
.maximum-yellow-red {
color: #f1ba4b;
}
.sunset-blaze {
color: #e95a2b;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1c4a6d;
--navagio-bay:#3c8eb4;
--watercourse:#60c9d2;
--maximum-yellow-red:#f1ba4b;
--sunset-blaze:#e95a2b;
}