Color names in this palette
CSS code for this palette
/* CSS */
.aqua-wish {
color: #9fe0d0;
}
.dechala-lilac {
color: #b39fd0;
}
.new-violet {
color: #d4c2e0;
}
.blush-tint {
color: #f4e1e6;
}
.sullivan-s-heart {
color: #f7c5d0;
}
/* CSS Variables */
:root {
--aqua-wish:#9fe0d0;
--dechala-lilac:#b39fd0;
--new-violet:#d4c2e0;
--blush-tint:#f4e1e6;
--sullivan-s-heart:#f7c5d0;
}