Color names in this palette
CSS code for this palette
/* CSS */
.lavender-fog {
color: #c5b3d0;
}
.purple-rose {
color: #ae9fc6;
}
.flirty-pink {
color: #9b85b2;
}
.jubilee {
color: #7a5c99;
}
.tillandsia-purple {
color: #5c3a7e;
}
/* CSS Variables */
:root {
--lavender-fog:#c5b3d0;
--purple-rose:#ae9fc6;
--flirty-pink:#9b85b2;
--jubilee:#7a5c99;
--tillandsia-purple:#5c3a7e;
}