Color names in this palette
CSS code for this palette
/* CSS */
.dusty-pink {
color: #d68a95;
}
.dreamy-memory {
color: #e8bfd8;
}
.cool-cantaloupe {
color: #f1d2cb;
}
.ginger-peach {
color: #f7d0a1;
}
.flaming-cauldron {
color: #f7a173;
}
/* CSS Variables */
:root {
--dusty-pink:#d68a95;
--dreamy-memory:#e8bfd8;
--cool-cantaloupe:#f1d2cb;
--ginger-peach:#f7d0a1;
--flaming-cauldron:#f7a173;
}