Color names in this palette
CSS code for this palette
/* CSS */
.indigo-black {
color: #003052;
}
.bosporus {
color: #005c75;
}
.by-the-bayou {
color: #007c8f;
}
.bluebird {
color: #00a5b8;
}
.fresh-turquoise {
color: #3dd3d6;
}
/* CSS Variables */
:root {
--indigo-black:#003052;
--bosporus:#005c75;
--by-the-bayou:#007c8f;
--bluebird:#00a5b8;
--fresh-turquoise:#3dd3d6;
}