Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a35c7a;
}
.tsarina {
color: #cfafc8;
}
.venetian-yellow {
color: #f5e6a3;
}
.apricot-jam {
color: #f2a76e;
}
.top-tomato {
color: #c9493b;
}
/* CSS Variables */
:root {
--cosmetic-red:#a35c7a;
--tsarina:#cfafc8;
--venetian-yellow:#f5e6a3;
--apricot-jam:#f2a76e;
--top-tomato:#c9493b;
}