Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d2b9e4;
}
.crocus-petal {
color: #b69cc4;
}
.perfect-pink {
color: #e6b3b3;
}
.barium {
color: #f3e1c4;
}
.citrus-sachet {
color: #f1c5a7;
}
/* CSS Variables */
:root {
--pretty-petunia:#d2b9e4;
--crocus-petal:#b69cc4;
--perfect-pink:#e6b3b3;
--barium:#f3e1c4;
--citrus-sachet:#f1c5a7;
}