Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f5c87a;
}
.blue-angels-yellow {
color: #fab700;
}
.poppy-flower {
color: #f05b05;
}
.etruscan-red {
color: #c92c3c;
}
.amaranth-purple {
color: #6e3f8d;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f5c87a;
--blue-angels-yellow:#fab700;
--poppy-flower:#f05b05;
--etruscan-red:#c92c3c;
--amaranth-purple:#6e3f8d;
}