Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b8cb5;
}
.shinbashi {
color: #5db8c6;
}
.throat-chakra {
color: #6ad2d1;
}
.welcoming-wasp {
color: #f0a800;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--navagio-bay:#3b8cb5;
--shinbashi:#5db8c6;
--throat-chakra:#6ad2d1;
--welcoming-wasp:#f0a800;
--fiery-glow:#f24e1c;
}