Color names in this palette
CSS code for this palette
/* CSS */
.azure {
color: #007fff;
}
.capri {
color: #00bfff;
}
.aztec-turquoise {
color: #00e0e0;
}
.synthetic-spearmint {
color: #1fff7c;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--azure:#007fff;
--capri:#00bfff;
--aztec-turquoise:#00e0e0;
--synthetic-spearmint:#1fff7c;
--yellow:#ffff00;
}