Color names in this palette
CSS code for this palette
/* CSS */
.flame-angelfish {
color: #ff4929;
}
.laser-trap {
color: #ff426e;
}
.bright-indigo {
color: #6a00f5;
}
.blue-atoll {
color: #00b4e6;
}
.ahaetulla-prasina {
color: #00ff8c;
}
/* CSS Variables */
:root {
--flame-angelfish:#ff4929;
--laser-trap:#ff426e;
--bright-indigo:#6a00f5;
--blue-atoll:#00b4e6;
--ahaetulla-prasina:#00ff8c;
}