Color names in this palette
CSS code for this palette
/* CSS */
.flame-angelfish {
color: #ff4929;
}
.sparrow-s-fire {
color: #ff6929;
}
.floral-leaf {
color: #ffb84d;
}
.brilliant-azure {
color: #299bff;
}
.synthetic-spearmint {
color: #29ff69;
}
/* CSS Variables */
:root {
--flame-angelfish:#ff4929;
--sparrow-s-fire:#ff6929;
--floral-leaf:#ffb84d;
--brilliant-azure:#299bff;
--synthetic-spearmint:#29ff69;
}