Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.precious-persimmon {
color: #ff7142;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.green-fiasco {
color: #b0eb00;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--precious-persimmon:#ff7142;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--green-fiasco:#b0eb00;
}