Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.hydrangea-pink {
color: #eab3c9;
}
.thistle {
color: #d8c0d8;
}
.dechala-lilac {
color: #b4a0ca;
}
.venus-violet {
color: #7e6abe;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--hydrangea-pink:#eab3c9;
--thistle:#d8c0d8;
--dechala-lilac:#b4a0ca;
--venus-violet:#7e6abe;
}