Color names in this palette
CSS code for this palette
/* CSS */
.turquesa {
color: #408c9c;
}
.fiesta-blue {
color: #6fc3b5;
}
.ice-crystal-blue {
color: #a6e1e3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.glorious-sunset {
color: #f58b19;
}
/* CSS Variables */
:root {
--turquesa:#408c9c;
--fiesta-blue:#6fc3b5;
--ice-crystal-blue:#a6e1e3;
--solar-plexus-chakra:#f1c84b;
--glorious-sunset:#f58b19;
}