Color names in this palette
CSS code for this palette
/* CSS */
.sonia-rose {
color: #f0c8c1;
}
.calabrese {
color: #f1a8a2;
}
.ibis-wing {
color: #f18e83;
}
.childhood-crush {
color: #e76d65;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--sonia-rose:#f0c8c1;
--calabrese:#f1a8a2;
--ibis-wing:#f18e83;
--childhood-crush:#e76d65;
--capocollo:#d8544f;
}