Color names in this palette
CSS code for this palette
/* CSS */
.persian-mosaic {
color: #1e6876;
}
.green-grapple {
color: #3cb9b1;
}
.turquoise-chalk {
color: #6be6dc;
}
.tacao {
color: #f5b17a;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--persian-mosaic:#1e6876;
--green-grapple:#3cb9b1;
--turquoise-chalk:#6be6dc;
--tacao:#f5b17a;
--shell-pink:#f67e7e;
}