Color names in this palette
CSS code for this palette
/* CSS */
.true-v {
color: #8e7ccb;
}
.ariel-s-delight {
color: #b4a3d2;
}
.sandalwood-beige {
color: #f2d0b1;
}
.calabrese {
color: #f5a5a3;
}
.walnut-cream {
color: #f5d9b2;
}
/* CSS Variables */
:root {
--true-v:#8e7ccb;
--ariel-s-delight:#b4a3d2;
--sandalwood-beige:#f2d0b1;
--calabrese:#f5a5a3;
--walnut-cream:#f5d9b2;
}