Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.turkish-tile {
color: #007c9e;
}
.green-spool {
color: #006275;
}
.crowberry-blue {
color: #003a47;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--turkish-tile:#007c9e;
--green-spool:#006275;
--crowberry-blue:#003a47;
--black:#000000;
}