Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d2af;
}
.calabrese {
color: #f6a8a2;
}
.i-pink-i-can {
color: #d27f8d;
}
.cyclamen-red {
color: #a45b94;
}
.grapes-of-italy {
color: #6f4c8a;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d2af;
--calabrese:#f6a8a2;
--i-pink-i-can:#d27f8d;
--cyclamen-red:#a45b94;
--grapes-of-italy:#6f4c8a;
}