Color names in this palette
CSS code for this palette
/* CSS */
.indigo-black {
color: #003052;
}
.bosporus {
color: #005c75;
}
.cura-ao-blue {
color: #008a94;
}
.cyan-sky {
color: #00b1b8;
}
.aztec-turquoise {
color: #00d0db;
}
/* CSS Variables */
:root {
--indigo-black:#003052;
--bosporus:#005c75;
--cura-ao-blue:#008a94;
--cyan-sky:#00b1b8;
--aztec-turquoise:#00d0db;
}