Color names in this palette
CSS code for this palette
/* CSS */
.grape-illusion {
color: #b6a5d5;
}
.syrian-violet {
color: #e2c8e5;
}
.friendly-yellow {
color: #f6e1b1;
}
.polly {
color: #fecaa4;
}
.mystic-tulip {
color: #f5b6a3;
}
/* CSS Variables */
:root {
--grape-illusion:#b6a5d5;
--syrian-violet:#e2c8e5;
--friendly-yellow:#f6e1b1;
--polly:#fecaa4;
--mystic-tulip:#f5b6a3;
}