Color names in this palette
CSS code for this palette
/* CSS */
.blossom-tree {
color: #ffc7db;
}
.ballet-slippers {
color: #ff9eb1;
}
.fairy-tale {
color: #f0b2c7;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.persian-delight {
color: #f0c7db;
}
/* CSS Variables */
:root {
--blossom-tree:#ffc7db;
--ballet-slippers:#ff9eb1;
--fairy-tale:#f0b2c7;
--cherry-blossom-pink:#ffb3c7;
--persian-delight:#f0c7db;
}