CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1dae2;
}
.purity {
color: #d9cae2;
}
.rose-mallow {
color: #f1a7c8;
}
.poodle-skirt {
color: #ffb3ba;
}
.tulip {
color: #ff8a92;
}
/* CSS Variables */
:root {
--terrace-pool:#a1dae2;
--purity:#d9cae2;
--rose-mallow:#f1a7c8;
--poodle-skirt:#ffb3ba;
--tulip:#ff8a92;
}