Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f7d4a6;
}
.calabrese {
color: #f7aaa6;
}
.flower-blossom-pink {
color: #f57a8b;
}
.pretty-in-plum {
color: #d35a8a;
}
.royal-pretender {
color: #a55fa4;
}
/* CSS Variables */
:root {
--prosecco:#f7d4a6;
--calabrese:#f7aaa6;
--flower-blossom-pink:#f57a8b;
--pretty-in-plum:#d35a8a;
--royal-pretender:#a55fa4;
}