Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.eyelash-viper {
color: #f0c54c;
}
.monarch-orange {
color: #f1a46a;
}
.coral-orange {
color: #e6694c;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--eyelash-viper:#f0c54c;
--monarch-orange:#f1a46a;
--coral-orange:#e6694c;
--beauty-queen:#c45a8d;
}