Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cbae;
}
.calabrese {
color: #f6a6a2;
}
.flower-blossom-pink {
color: #f27889;
}
.raspberry-pink {
color: #e35494;
}
.rose-bud {
color: #b65d9d;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cbae;
--calabrese:#f6a6a2;
--flower-blossom-pink:#f27889;
--raspberry-pink:#e35494;
--rose-bud:#b65d9d;
}