Color names in this palette
CSS code for this palette
/* CSS */
.lolly {
color: #ff9c8f;
}
.pompelmo {
color: #ff6b6b;
}
.show-business {
color: #d6815c;
}
.calabrese {
color: #f1a8a2;
}
.rose-reminder {
color: #f4c3c7;
}
/* CSS Variables */
:root {
--lolly:#ff9c8f;
--pompelmo:#ff6b6b;
--show-business:#d6815c;
--calabrese:#f1a8a2;
--rose-reminder:#f4c3c7;
}