Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b0c7;
}
.riviera-paradise {
color: #00999e;
}
.island-lush {
color: #00818f;
}
.bosporus {
color: #005c75;
}
.maniac-mansion {
color: #003d57;
}
/* CSS Variables */
:root {
--iris-blue:#00b0c7;
--riviera-paradise:#00999e;
--island-lush:#00818f;
--bosporus:#005c75;
--maniac-mansion:#003d57;
}