Color names in this palette
CSS code for this palette
/* CSS */
.seashell-cove {
color: #0f4d75;
}
.blue-atoll {
color: #00b4e0;
}
.white-smoke {
color: #f5f5f5;
}
.halt-and-catch-fire {
color: #ff6933;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--seashell-cove:#0f4d75;
--blue-atoll:#00b4e0;
--white-smoke:#f5f5f5;
--halt-and-catch-fire:#ff6933;
--red-power:#d83b3b;
}