Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.sun-crete {
color: #ff8c00;
}
.precious-persimmon {
color: #ff7142;
}
.fuchsia-fever {
color: #ff5c9a;
}
.diva-pink {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--sun-crete:#ff8c00;
--precious-persimmon:#ff7142;
--fuchsia-fever:#ff5c9a;
--diva-pink:#ff3d7e;
}