Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lilac {
color: #a397b4;
}
.violet-fields {
color: #b8a4c6;
}
.whisper-of-plum {
color: #d2b0d8;
}
.sweet-alyssum {
color: #e6c7e0;
}
.sparkling-pink {
color: #f2cfe5;
}
/* CSS Variables */
:root {
--heirloom-lilac:#a397b4;
--violet-fields:#b8a4c6;
--whisper-of-plum:#d2b0d8;
--sweet-alyssum:#e6c7e0;
--sparkling-pink:#f2cfe5;
}