Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5c3c7c;
}
.aster-violetta {
color: #905b9a;
}
.remembrance {
color: #c99c9c;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.dolly-cheek {
color: #f9c9b4;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5c3c7c;
--aster-violetta:#905b9a;
--remembrance:#c99c9c;
--antique-wicker-basket:#f1d4a2;
--dolly-cheek:#f9c9b4;
}