Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f7d4b0;
}
.calabrese {
color: #f1a8a2;
}
.hopbush {
color: #d06c8f;
}
.maximum-red-purple {
color: #a03b79;
}
.lucid-dream {
color: #5e2c90;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f7d4b0;
--calabrese:#f1a8a2;
--hopbush:#d06c8f;
--maximum-red-purple:#a03b79;
--lucid-dream:#5e2c90;
}