Color names in this palette
CSS code for this palette
/* CSS */
.foggy-amethyst {
color: #592f7f;
}
.heath-spotted-orchid {
color: #9a5b9a;
}
.kunzite {
color: #e1b7c9;
}
.tequila {
color: #f5d0a3;
}
.spicy-paella {
color: #f2903a;
}
/* CSS Variables */
:root {
--foggy-amethyst:#592f7f;
--heath-spotted-orchid:#9a5b9a;
--kunzite:#e1b7c9;
--tequila:#f5d0a3;
--spicy-paella:#f2903a;
}