Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1e4f8a;
}
.montego-bay {
color: #3cbac3;
}
.shrimp-toast {
color: #f7c5a1;
}
.troll-slayer-orange {
color: #f8a449;
}
.fire-island {
color: #d55339;
}
/* CSS Variables */
:root {
--olympian-blue:#1e4f8a;
--montego-bay:#3cbac3;
--shrimp-toast:#f7c5a1;
--troll-slayer-orange:#f8a449;
--fire-island:#d55339;
}