Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.aztec-turquoise {
color: #00e0e0;
}
.night-pearl {
color: #1affb6;
}
.flora {
color: #66ff7a;
}
.irradiated-green {
color: #b2ff4d;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--aztec-turquoise:#00e0e0;
--night-pearl:#1affb6;
--flora:#66ff7a;
--irradiated-green:#b2ff4d;
}