Color names in this palette
CSS code for this palette
/* CSS */
.frangipane {
color: #f7d5b1;
}
.tickled-pink {
color: #f0a8c2;
}
.apricot-preserves {
color: #ebaf8e;
}
.budding-peach {
color: #f3d4bf;
}
.pretty-petunia {
color: #d8b3e5;
}
/* CSS Variables */
:root {
--frangipane:#f7d5b1;
--tickled-pink:#f0a8c2;
--apricot-preserves:#ebaf8e;
--budding-peach:#f3d4bf;
--pretty-petunia:#d8b3e5;
}