Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.camellia-rose {
color: #e94e6d;
}
.welcoming-wasp {
color: #f0a800;
}
.dream-of-spring {
color: #f6d728;
}
.parsley-sprig {
color: #3c6d4a;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--camellia-rose:#e94e6d;
--welcoming-wasp:#f0a800;
--dream-of-spring:#f6d728;
--parsley-sprig:#3c6d4a;
}