Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.chaat-masala {
color: #ea802e;
}
.gladiola {
color: #d14e47;
}
.vivid-viola {
color: #aa3c80;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--maximum-yellow-red:#f1b74b;
--chaat-masala:#ea802e;
--gladiola:#d14e47;
--vivid-viola:#aa3c80;
}