Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c0;
}
.calabrese {
color: #f6a8a2;
}
.rose-essence {
color: #f49c8a;
}
.cumquat-cream {
color: #f09f7f;
}
.inventive-orange {
color: #e69a6b;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c0;
--calabrese:#f6a8a2;
--rose-essence:#f49c8a;
--cumquat-cream:#f09f7f;
--inventive-orange:#e69a6b;
}