Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f0a4a3;
}
.first-date {
color: #f4b69f;
}
.shrimp-toast {
color: #f7c2a1;
}
.ice-cream-parlour {
color: #f8d5af;
}
.flan {
color: #f7e1b6;
}
/* CSS Variables */
:root {
--calabrese:#f0a4a3;
--first-date:#f4b69f;
--shrimp-toast:#f7c2a1;
--ice-cream-parlour:#f8d5af;
--flan:#f7e1b6;
}