Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1c799b;
}
.disembark {
color: #5cb6d6;
}
.photon-barrier {
color: #88e5f1;
}
.dairy-made {
color: #f3b239;
}
.plastic-carrot {
color: #f65f23;
}
/* CSS Variables */
:root {
--bateau:#1c799b;
--disembark:#5cb6d6;
--photon-barrier:#88e5f1;
--dairy-made:#f3b239;
--plastic-carrot:#f65f23;
}