Color names in this palette
CSS code for this palette
/* CSS */
.bouquet {
color: #a67d94;
}
.sweet-lilac {
color: #eab8d1;
}
.nursery-pink {
color: #f4d7e8;
}
.tranquil-peach {
color: #fee2d7;
}
.lugganath-orange {
color: #f6a688;
}
/* CSS Variables */
:root {
--bouquet:#a67d94;
--sweet-lilac:#eab8d1;
--nursery-pink:#f4d7e8;
--tranquil-peach:#fee2d7;
--lugganath-orange:#f6a688;
}