Color names in this palette
CSS code for this palette
/* CSS */
.starfleet-blue {
color: #0597ff;
}
.capri {
color: #00bfff;
}
.sparky-blue {
color: #1fe9ff;
}
.deep-aquamarine {
color: #7fdfe1;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--starfleet-blue:#0597ff;
--capri:#00bfff;
--sparky-blue:#1fe9ff;
--deep-aquamarine:#7fdfe1;
--sun-crete:#ff8c00;
}